iopaint-bulk / web_app /tsconfig.node.json
arvind4632's picture
Deploy IOPaint bulk image queue
bd9cb65 verified
Raw
History Blame Contribute Delete
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}