first-start / tsconfig.node.json
Артем Леванов
first commit
41a71fd
raw
history blame contribute delete
210 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}