google / gts

☂️ TypeScript style guide, formatter, and linter.
https://github.com/google/gts
Apache License 2.0
5.04k stars 203 forks source link

feat!: Set `stripInternal` in `tsconfig-google.json` #835

Open danielbankhead opened 9 months ago

danielbankhead commented 9 months ago

Typically, we do not want to emit declarations for code that has an @internal annotation.

Documentation:

tonycoco commented 5 months ago

@danielbankhead can you put together a PR? I'll merge in the next major semver bump.