config-loader: enable validation of required props in d.ts definitions + fix issues

This commit is contained in:
Patrik Oldsberg
2020-11-15 21:40:50 +01:00
parent feb9905a37
commit b8eba8219e
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
*/
export interface Config {
frontend: {
app: {
baseUrl: string; // defined in core, but repeated here without doc
};