Files
bakery-ia/fdev-ffrontend/tsconfig.node.json

11 lines
232 B
JSON
Raw Normal View History

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