diff options
Diffstat (limited to 'webui/tsconfig.json')
-rw-r--r-- | webui/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webui/tsconfig.json b/webui/tsconfig.json index 4e83eef3..8e993863 100644 --- a/webui/tsconfig.json +++ b/webui/tsconfig.json @@ -22,7 +22,8 @@ "node_modules/@types/", "types/" ], - "baseUrl": "." + "baseUrl": ".", + "noFallthroughCasesInSwitch": true }, "include": [ "src" |