Files
cunkebao_v3/Moncter/TaskShow/tsconfig.node.json

13 lines
234 B
JSON
Raw Permalink Normal View History

2026-01-05 10:16:20 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}