D3V-Server/frontend/tsconfig.node.json
2026-03-07 20:49:44 +07:00

10 lines
200 B
JSON

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