Files
task-tracker-for-students/tsconfig.node.json
Николай Вигдоров a46bf6038b add first services
2025-08-03 13:11:32 +03:00

10 lines
230 B
JSON

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