Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 0d21d41

Browse files
authored
Merge pull request #210 from buzinas/tslib
[perf] removing duplicated generated code
2 parents ad10bf1 + db0b490 commit 0d21d41

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"dependencies": {
4343
"doctrine": "^0.7.2",
44+
"tslib": "^1.0.0",
4445
"tsutils": "^1.4.0"
4546
}
4647
}

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"lib": ["es2015"],
44
"target": "es5",
55
"module": "commonjs",
6+
"noEmitHelpers": true,
7+
"importHelpers": true,
68
"noUnusedParameters": true,
79
"noUnusedLocals": true,
810
"removeComments": true

0 commit comments

Comments
 (0)