Abyssinia-Intelligence-OncoOS-V13 / tsconfig.node.json
dawit45's picture
Create tsconfig.node.json
73b3af1 verified
raw
history blame contribute delete
183 Bytes
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}