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