Change back typscript target to es5

This commit is contained in:
jahooma 2022-01-22 15:25:09 -06:00
parent 789df9a76d
commit f0f7b85ed8

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,