Files
MediaCollectorLibaryFrontend/tsconfig.node.json
Lars Behrends 4853b860fc first commit
2026-01-21 21:40:09 +01:00

11 lines
213 B
JSON

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