umami/jsconfig.json

7 lines
74 B
JSON
Raw Permalink Normal View History

2020-07-17 08:03:38 +00:00
{
"compilerOptions": {
2023-12-14 22:01:58 +00:00
"baseUrl": "src"
},
"include": ["src"]
}