mirror of
https://github.com/Qortal/Q-Apps-Utils.git
synced 2025-01-30 06:42:19 +00:00
10 lines
178 B
JSON
10 lines
178 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"skipLibCheck": true,
|
||
|
"module": "ESNext",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|