diff --git a/tsconfig.json b/tsconfig.json index 4d5c565..afc3b46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "target": "es5", "module": "commonjs", "lib": ["dom", "esnext"], - "importHelpers": true, + "importHelpers": false, "declaration": true, "sourceMap": false, "strict": true,