Files
unraid-monitor/frontend/tsconfig.node.json
T
Pit Friedrich 84c9e3f855 Initial commit
2025-11-15 14:58:44 +01:00

12 lines
252 B
JSON

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