Update tsconfig to use es2017 (#704)

This commit is contained in:
Fábio Rosado
2022-08-25 03:01:51 +01:00
committed by GitHub
parent 1db155570d
commit 7aa25712d9

View File

@@ -27,7 +27,7 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"lib": [
"es2016",
"es2017",
"dom",
"DOM.Iterable"
]