mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
15 lines
294 B
JSON
15 lines
294 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"skipLibCheck": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "bundler",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
"types": [
|
||
|
"node"
|
||
|
]
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|