docverifyrag / frontend /tsconfig.node.json
SANDRAMSC's picture
First commit for landing page - prior to Service error fix
64c5e26
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}