Files
Qortal-Hub/tsconfig.node.json

15 lines
324 B
JSON

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