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"]
}