This website requires JavaScript.
Explore
Help
Sign In
BradNut
/
umami
Watch
1
Star
0
Fork
You've already forked umami
0
mirror of
https://github.com/BradNut/umami
synced
2025-09-08 17:40:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
51014f6ce6
umami
/
jsconfig.json
9 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial commit.
2020-07-17 08:03:38 +00:00
{
"compilerOptions"
:
{
Fixed path alias.
2023-08-22 02:32:17 +00:00
"baseUrl"
:
"./src"
,
"paths"
:
{
"public/*"
:
[
"./public/*"
]
}
Initial commit.
2020-07-17 08:03:38 +00:00
}
Moved code into src folder. Added build for component library.
2023-08-21 09:06:09 +00:00
}
Reference in a new issue
Copy permalink