3
0
mirror of https://github.com/Qortal/q-tube.git synced 2025-02-12 02:05:52 +00:00
q-tube/tsconfig.node.json

11 lines
213 B
JSON
Raw Normal View History

2023-12-08 14:00:33 -05:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}