Update tsc target to ES5

This commit is contained in:
Bill Thornton 2021-10-08 13:34:40 -04:00
parent 095b469cec
commit e93e627706

View File

@ -1,6 +1,7 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"target": "ES5",
"declaration": true,
"noImplicitAny": true,
"outDir": "dist"