diff options
| -rw-r--r-- | gui/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tsconfig.json b/gui/tsconfig.json index 09250ee0be..c862eb57e4 100644 --- a/gui/tsconfig.json +++ b/gui/tsconfig.json @@ -16,6 +16,7 @@ "skipLibCheck": true, "strict": true, "target": "es2017", + "lib": ["es2017", "dom"], "typeRoots": [ "./types", "node_modules/@types" |
