diff --git a/tsconfig.json b/tsconfig.json index d1ed06239..e7b5d0a60 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "compilerOptions": { "moduleResolution": "Bundler", "module": "ESNext", - "target": "ESNext", + "target": "ES2015", "types": ["node", "jest"], // Tells TypeScript to read JS files, as // normally they are ignored as source files