Files
Qortal-Hub/tsconfig.node.json
2025-12-12 19:26:58 +02:00

15 lines
325 B
JSON

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