chainlit-single-container / frontend /tsconfig.node.json
bentebbutt's picture
Upload 27 files
85e98ba verified
raw
history blame contribute delete
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}