Finbot-backend / app /frontend-nextjs /tsconfig.node.json
Srini P
Fresh cleaner push without any mp4
e7586f8
Raw
History Blame Contribute Delete
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}