Skip to content

Commit

Permalink
Remove noEmitHelpers as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Jun 19, 2023
1 parent a8a27f3 commit 1e0c4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/esm-http-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

/* Completeness */
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
"importHelpers": true,
"noEmitHelpers": true
"importHelpers": true
},
"include": ["**/*.ts", "**/*.js", "*.config.js"],
"exclude": ["node_modules"]
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"strictNullChecks": true,
"target": "es2017",
"useUnknownInCatchVariables": false,
"importHelpers": true,
"noEmitHelpers": true
"importHelpers": true
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit 1e0c4a0

Please sign in to comment.