Abyssinia-Intelligence-Version-15 / tsconfig.node.json
dawit45's picture
Create tsconfig.node.json
8d0926b verified
raw
history blame contribute delete
209 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}