Files
bakery-ia/frontend/tsconfig.node.json

11 lines
232 B
JSON
Raw Permalink Normal View History

2025-08-08 19:21:23 +02:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
2025-08-28 10:41:04 +02:00
"include": ["vite.config.ts"]
2025-08-08 19:21:23 +02:00
}