Skip to content

Commit

Permalink
chore(tsconfig): strip internal stuff from declarations
Browse files Browse the repository at this point in the history
typedoc respects this flag as well
  • Loading branch information
boneskull committed Jan 10, 2023
1 parent 0aac077 commit 7942118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tsconfig/tsconfig.json
Expand Up @@ -12,6 +12,7 @@
"declarationMap": true,
"resolveJsonModule": true,
"strictNullChecks": true,
"stripInternal": true,
"sourceMap": true,
"removeComments": false,
"strict": false,
Expand Down

0 comments on commit 7942118

Please sign in to comment.