umami/jsconfig.json

9 lines
109 B
JSON
Raw Normal View History

2020-07-17 08:03:38 +00:00
{
"compilerOptions": {
2023-08-22 02:32:17 +00:00
"baseUrl": "./src",
"paths": {
"public/*": ["./public/*"]
}
2020-07-17 08:03:38 +00:00
}
}