Files
NetworkView/frontend/tsconfig.node.json
2026-05-09 01:16:30 +03:00

13 lines
254 B
JSON

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