23 lines
441 B
JSON
Executable File
23 lines
441 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@ui_kit/*": [
|
|
"./ui_kit/*"
|
|
],
|
|
"@icons/*": [
|
|
"./assets/icons/*"
|
|
],
|
|
"@root/*": [
|
|
"./stores/*"
|
|
],
|
|
"@api/*": [
|
|
"./api/*"
|
|
],
|
|
"@model/*": [
|
|
"./model/*"
|
|
]
|
|
}
|
|
}
|
|
}
|