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

11 lines
213 B
JSON
Raw Permalink Normal View History

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