mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Fixed path alias.
This commit is contained in:
parent
800731f3aa
commit
51014f6ce6
5 changed files with 8 additions and 5 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src"
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"public/*": ["./public/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue