werss / apps /web /tsconfig.node.json
hp1234's picture
Upload 75 files
a1db4f2 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"]
}