Files
runners-calendar/frontend/tsconfig.node.json
Vakanaut a317c9b760
Some checks failed
CI / build-and-test (pull_request) Has been cancelled
feat: complete p0 hardening sprint
2026-07-12 15:08:00 +03:00

16 lines
371 B
JSON

{
"compilerOptions": {
"composite": true,
"target": "ES2020",
"lib": ["ES2020"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"types": ["node"],
"strict": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.cache/tsconfig.node.tsbuildinfo"
},
"include": ["vite.config.ts"]
}