build: add aliases

This commit is contained in:
Polianin Nikita 2024-02-09 03:37:07 +03:00
parent 19338b0132
commit 4332c5be91

View File

@ -18,6 +18,14 @@
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"paths": {
"@component/*": [
"./src/components/*"
],
"@/*": [
"./src/*"
]
},
"useDefineForClassFields": false,
"lib": [
"ES2022",