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