ai-dev-template / web /tsconfig.node.json
Jordandevlog's picture
Upload web/tsconfig.node.json
28f0086 verified
Raw
History Blame Contribute Delete
233 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}