Spaces:
deepak191z
/
Runtime error

RAI / tsconfig.node.json
deepak191z's picture
Upload 84 files
229b3b8 verified
raw
history blame contribute delete
233 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}