3
0
mirror of https://github.com/Qortal/q-share.git synced 2025-01-28 22:02:21 +00:00
q-share/tsconfig.node.json
2023-12-09 15:59:45 +02:00

11 lines
213 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}