SumAI-Search / tsconfig.node.json
github-actions[bot]
Sync to HuggingFace Spaces
6b3405c
raw
history blame contribute delete
247 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "server"]
}