T01: add frontend tsconfig.node.json

This commit is contained in:
2026-06-21 20:31:14 +00:00
parent 72c25a20ef
commit de3f5d5b29
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}