expertInsp / tsconfig.node.json
valonys
Initial setup: React + Express streaming chat for Qwen 2.5 7B
9b54db2
raw
history blame contribute delete
319 Bytes
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"strict": true,
"noEmit": true,
"types": ["node"]
},
"include": ["vite.config.ts", "server.ts"]
}