odyssey-frontend / tsconfig.node.json
Fraser's picture
Initial backend setup with Gradio
7ac86fa
raw
history blame contribute delete
252 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}