mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2026-04-27 13:19:22 +00:00
15 lines
324 B
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"]
|
|
}
|