Deep-Search / tsconfig.node.json
prithivMLmods's picture
Upload 39 files
a7634ef verified
raw
history blame contribute delete
223 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}