mirror of
https://github.com/Qortal/Q-Nodecontrol.git
synced 2026-06-10 01:49:22 +00:00
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"types": ["node"],
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
} |