Enterprise-AI-Copilot / frontend /tsconfig.node.json
Punit1's picture
Initial commit
939c0c0
Raw
History Blame Contribute Delete
233 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}