mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
8 lines
109 B
JSON
8 lines
109 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"public/*": ["./public/*"]
|
|
}
|
|
}
|
|
}
|