Skip to content

Commit

Permalink
build: use stripInternal for tsc build (#166)
Browse files Browse the repository at this point in the history
Prevents `@internal` types from being included in final artifacts
  • Loading branch information
vpanta authored Feb 9, 2023
1 parent 565a48c commit f1567a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"stripInternal": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
Expand Down

0 comments on commit f1567a3

Please sign in to comment.