Files
Q-Nodecontrol/tsconfig.node.json
AlphaX-Qortal d591d2e509 Initial commit
2025-03-27 12:34:27 +01:00

13 lines
240 B
JSON

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