feat: add window title, move to top

This commit is contained in:
2025-09-16 17:15:43 -07:00
parent 9deede1378
commit 9c89c72647
5 changed files with 43 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
"strict": true,
"strict": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",