email-app / frontend /tsconfig.node.json
JeCabrera's picture
feat: implement FastAPI chat API and connect React client
8ae8832
raw
history blame contribute delete
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}