diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-21 16:09:24 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-21 16:09:24 -0500 |
commit | 43732e342ef2d8371a58cdfc5e51a9a20d6c1be6 (patch) | |
tree | 3045a15eb11ca01655889ce42ce70fc801f0473f | |
parent | 39a9ac09f5b4b1c7c6ef4686ff98f402a16dff52 (diff) | |
download | tanzanite-43732e342ef2d8371a58cdfc5e51a9a20d6c1be6.tar.gz tanzanite-43732e342ef2d8371a58cdfc5e51a9a20d6c1be6.tar.bz2 tanzanite-43732e342ef2d8371a58cdfc5e51a9a20d6c1be6.zip |
feat: remove importHelpers
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2816d04..bf8b42d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,6 @@ "baseUrl": "./", "useUnknownInCatchVariables": false, "forceConsistentCasingInFileNames": true, - "noEmitHelpers": true, - "importHelpers": true, "allowSyntheticDefaultImports": true, "preserveValueImports": true, "removeComments": true, |