mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
11 lines
179 B
JSON
11 lines
179 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"]
|
||
|
},
|
||
|
"types": ["vite/client"]
|
||
|
}
|
||
|
}
|