chore: add frontend/tsconfig.node.json

This commit is contained in:
2026-04-29 10:53:46 +08:00
parent 4fa1938ccc
commit 766996711f
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": false
},
"include": ["vite.config.ts"]
}