build(lineup-app): adapt client to TypeScript 6

This commit is contained in:
2026-08-06 11:50:08 +08:00
parent 934bccb274
commit 359dc1bb66
4 changed files with 10 additions and 7 deletions
+1 -2
View File
@@ -6,9 +6,8 @@
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"moduleResolution": "bundler",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
"@/*": ["./src/*"]
},
"allowImportingTsExtensions": false,
"resolveJsonModule": true,