Ukweli / web /tsconfig.node.json
Benard John
Initial commit
42a0d15
Raw
History Blame Contribute Delete
212 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}