diff options
Diffstat (limited to '')
-rw-r--r-- | html/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/tsconfig.json b/html/tsconfig.json index b2ce557..144fd51 100644 --- a/html/tsconfig.json +++ b/html/tsconfig.json @@ -10,6 +10,7 @@ "declaration": false, "experimentalDecorators": true, "strictPropertyInitialization": false, + "lib": ["es2019", "dom"], }, "include": [ "src/**/*.tsx", |