Files
P-BOX/frontend/tsconfig.node.json
p-box2026 c45916fc52 2026/1/11
2026-01-11 20:07:10 +08:00

12 lines
233 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}