Skip to content

Commit

Permalink
build: disable stripInternal because it breaks d.ts files in the publ…
Browse files Browse the repository at this point in the history
…ished package

This change essentially rolls back 97c2284
  • Loading branch information
IgorMinar committed Mar 12, 2018
1 parent b1e5d3a commit 58e60ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"noImplicitThis": true,
"suppressImplicitAnyIndexErrors": true,
"moduleResolution": "classic", // we intentionally use "classic" module resolution to be SystemJS-compatible after transpilation
"stripInternal": true,
"stripInternal": false,
"target": "es5",
"outDir": "./.out",
"lib": [
Expand Down

0 comments on commit 58e60ea

Please sign in to comment.