diff --git a/tsconfig.json b/tsconfig.json index a098742..f9eefbc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "resolveJsonModule": true, "target": "es2017", "jsx": "preserve", - "importHelpers": true, + "importHelpers": false, "strictNullChecks": true, "strictPropertyInitialization": true, "strictFunctionTypes": true,