freedomgpt / tsconfig.node.json
dorkai's picture
Upload files from official GitHub
a5e87d0
raw
history blame contribute delete
No virus
184 Bytes
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}