daShangDao_psiWebApp/tsconfig.node.json
2026-06-03 10:53:47 +08:00

11 lines
213 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"include": ["vite.config.js"]
}