Squiz/tsconfig.extend.json
2023-12-12 11:55:39 +03:00

23 lines
441 B
JSON
Executable File

{
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@ui_kit/*": [
"./ui_kit/*"
],
"@icons/*": [
"./assets/icons/*"
],
"@root/*": [
"./stores/*"
],
"@api/*": [
"./api/*"
],
"@model/*": [
"./model/*"
]
}
}
}