Lin / frontend /tsconfig.node.json
Zelyanoth's picture
fff
25f22bf
raw
history blame
212 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.js"]
}