CASA-MIL / frontend /tsconfig.node.json
quoctrong's picture
Deploy MRI Pathology Detection App with LFS for all binaries
da8e27d
Raw
History Blame Contribute Delete
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}