frontPanel/tsconfig.extend.json

13 lines
180 B
JSON
Raw Normal View History

2023-03-03 20:07:19 +00:00
{
"compilerOptions":{
"baseUrl":"./src",
"paths":{
"@ui_kit/*":[
"./ui_kit/*"
],
"@icons/*":[
"./components/icons/*"
2023-03-03 20:07:19 +00:00
]
}
}
}