stud-manager / tsconfig.node.json
dvc890's picture
Create tsconfig.node.json
3fa2120 verified
raw
history blame contribute delete
212 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}