Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from mediamonks/feature/remove-no-emit-helpers
Browse files Browse the repository at this point in the history
Remove the noEmitHelpers from tsconfig.json
  • Loading branch information
ThaNarie committed Jul 13, 2016
2 parents 7b37ea2 + 9959e23 commit 7338955
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/tsconfig.test.json
Expand Up @@ -8,7 +8,6 @@
"preserveConstEnums": true,
"noImplicitAny": false,
"removeComments": false,
"noEmitHelpers": true,
"sourceMap": false,
"inlineSourceMap": true
},
Expand Down
1 change: 0 additions & 1 deletion config/tsconfig.webpack.json
Expand Up @@ -8,7 +8,6 @@
"preserveConstEnums": true,
"noImplicitAny": false,
"removeComments": false,
"noEmitHelpers": true,
"sourceMap": false,
"inlineSourceMap": false,
"outDir": "./"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -8,7 +8,6 @@
"preserveConstEnums": true,
"noImplicitAny": false,
"removeComments": false,
"noEmitHelpers": true,
"sourceMap": false,
"inlineSourceMap": false,
"outDir": "./"
Expand Down

0 comments on commit 7338955

Please sign in to comment.