edgellm / frontend /tsconfig.node.json
wu981526092
Production ready build with modular backend
d8e039b
raw
history blame
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}