diff --git a/tsconfig.json b/tsconfig.json index a7f4958d9..eec597c81 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ // see https://www.typescriptlang.org/tsconfig to better understand tsconfigs "include": ["src", "types"], "compilerOptions": { + "target": "ES5", "module": "esnext", "lib": ["dom", "esnext"], "importHelpers": true,