SpaceProbe1 / frontend /tsconfig.node.json
a9's picture
Upload 27 files
9b2dc95 verified
raw
history blame contribute delete
212 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}