Skip to content

Commit

Permalink
fix(npm): don't include TypeScript source in npm package
Browse files Browse the repository at this point in the history
This was never required. TypeScript source is embedded in
the source maps using the inlineSources option. I got
confused.
  • Loading branch information
djcsdy committed Apr 16, 2021
1 parent c68cd66 commit 66f7e90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
/.prettierignore
/renovate.json
/.snyk
*.ts
!*.d.ts

# yarn and npm
package-lock.json
Expand Down

0 comments on commit 66f7e90

Please sign in to comment.