kanban-app/frontend/tsconfig.node.json

13 lines
259 B
JSON
Raw Normal View History

2026-02-24 08:52:57 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
2026-03-20 15:08:39 +00:00
"allowSyntheticDefaultImports": true,
"paths": {
"@/*": ["./src/*"]
}
2026-02-24 08:52:57 +00:00
},
"include": ["vite.config.ts"]
}