summaryrefslogtreecommitdiffstats
path: root/html/tsconfig.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:14:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:14:42 +0000
commit6963f5f48ed68cb42b92e40c84014bd12cd377fc (patch)
treec2abdd80665f8494280a65417a9c21156ff41125 /html/tsconfig.json
parentAdding upstream version 1.7.3. (diff)
downloadttyd-6963f5f48ed68cb42b92e40c84014bd12cd377fc.tar.xz
ttyd-6963f5f48ed68cb42b92e40c84014bd12cd377fc.zip
Adding upstream version 1.7.7.upstream/1.7.7upstream
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",