Skip to content

Commit

Permalink
feat: enable tslib importHelpers
Browse files Browse the repository at this point in the history
To prevent helpers inlining
  • Loading branch information
yggg committed Feb 24, 2020
1 parent 63d0f41 commit 6530f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"target": "es2015",
"inlineSources": true,
"stripInternal": true,
"importHelpers": true,
"baseUrl": ".",
"paths": {
"@nebular/theme": ["./src/.lib/theme"]
Expand Down

0 comments on commit 6530f60

Please sign in to comment.