NemoFlix / studio /tsconfig.node.json
ortegarod's picture
feat: add Nemoflix Studio UI, Docker server, and Space config
dea9ad9
raw
history blame contribute delete
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}