summaryrefslogtreecommitdiffstats
path: root/html/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'html/tsconfig.json')
-rw-r--r--html/tsconfig.json1
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",