Files
runners-calendar/frontend/tsconfig.node.json
2026-04-06 15:15:53 +03:00

14 lines
277 B
JSON

{
"compilerOptions": {
"composite": true,
"target": "ES2020",
"lib": ["ES2020"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"types": ["node"],
"strict": true
},
"include": ["vite.config.ts"]
}