1
0
mirror of https://github.com/kremalicious/umami.git synced 2025-02-14 21:10:34 +01:00
umami/jsconfig.json

7 lines
74 B
JSON
Raw Normal View History

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