summaryrefslogtreecommitdiffstats
path: root/html/tsconfig.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:14:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:14:56 +0000
commit62010aafd4014c19d4d0cf36f01d3c53b43c5e7b (patch)
tree6f1fd3cfe312292e359bb7befa4b44a5fe986182 /html/tsconfig.json
parentReleasing debian version 1.7.3-2. (diff)
downloadttyd-62010aafd4014c19d4d0cf36f01d3c53b43c5e7b.tar.xz
ttyd-62010aafd4014c19d4d0cf36f01d3c53b43c5e7b.zip
Merging upstream version 1.7.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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",