web_based_rag / frontend /tsconfig.node.json
yuvrajsingh6
feat: RAG system with OCR for Hugging Face Spaces
4d592a4
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}