Files
LegacyHUB/frontend/tsconfig.node.json
Vadim Malanov 9b84e38f5a
Some checks failed
CI / Backend (lint + tests + compose) (push) Has been cancelled
CI / Frontend (lint + type-check + build) (push) Has been cancelled
feat: adopt shared TeamHUB cursor theme
2026-06-20 19:14:04 +03:00

13 lines
264 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"outDir": "dist/tsc-node"
},
"include": ["vite.config.ts"]
}