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"]
}