kanban-app/frontend/tsconfig.node.json

10 lines
212 B
JSON
Raw Permalink Normal View History

2026-02-24 08:52:57 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}