better configuration enum items

This commit is contained in:
vsrs 2020-04-29 14:13:57 +03:00
parent 042917e6e3
commit 9153e96e88
3 changed files with 16 additions and 13 deletions

View file

@ -109,7 +109,7 @@ export class Config {
get debug() {
return {
engine: this.get<null | string>("debug.engine"),
engine: this.get<string>("debug.engine"),
sourceFileMap: this.get<Record<string, string>>("debug.sourceFileMap"),
};
}