GitNexus/tsconfig.node.json
2026-01-03 23:00:55 +05:30

13 lines
285 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noEmit": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}