chore: Merge tsconfigs, typecheck ui as part of pnpm tsgo locally and on CI.

This commit is contained in:
cpojer
2026-02-03 22:50:00 +09:00
parent 6e09c1142e
commit 1f2f79a7a7
2 changed files with 5 additions and 21 deletions

View File

@@ -1,17 +0,0 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"allowImportingTsExtensions": true,
"moduleResolution": "NodeNext",
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"strict": true,
"noEmit": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"types": ["vite/client"],
"useDefineForClassFields": false
},
"include": ["src"]
}