mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
refactor: add ts libs and config
This commit is contained in:
parent
f67f504766
commit
0f673709af
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
|
"noErrorTruncation": true,
|
||||||
|
"lib": ["es2021", "dom"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"]
|
"@/*": ["./src/*"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue