3
0
mirror of https://github.com/Qortal/q-fund-v2.git synced 2025-01-30 06:42:21 +00:00
q-fund-v2/tsconfig.node.json

11 lines
213 B
JSON
Raw Normal View History

2023-12-10 12:13:58 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}