ApfelNetzwerk/web/tsconfig.node.json
2024-10-08 11:44:24 +02:00

10 lines
188 B
JSON

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