kvm/ui/tsconfig.node.json

10 lines
159 B
JSON

{
"compilerOptions": {
"composite": true,
/* Bundler mode */
"allowSyntheticDefaultImports": true,
},
"include": [
"vite.config.ts"
]
}