diff --git a/__tests__/tsconfig.json b/__tests__/tsconfig.json index 4e4518e..8fb0bd8 100644 --- a/__tests__/tsconfig.json +++ b/__tests__/tsconfig.json @@ -3,7 +3,7 @@ "include": ["."], "exclude": ["tsconfig.json"], "compilerOptions": { - "target": "ES3", + "target": "ES5", "module": "CommonJS", "baseUrl": null }