build: add aliases
This commit is contained in:
parent
19338b0132
commit
4332c5be91
@ -18,6 +18,14 @@
|
||||
"importHelpers": true,
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"paths": {
|
||||
"@component/*": [
|
||||
"./src/components/*"
|
||||
],
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
]
|
||||
},
|
||||
"useDefineForClassFields": false,
|
||||
"lib": [
|
||||
"ES2022",
|
||||
|
Loading…
Reference in New Issue
Block a user