Skip to content

Commit

Permalink
Merge pull request #382 from emberjs/ts-types-lol
Browse files Browse the repository at this point in the history
Do not exclude `.d.ts` in `.npmignore`
  • Loading branch information
chriskrycho committed May 16, 2023
2 parents d17a89d + bb0b5a8 commit ca45825
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@
/package.json.ember-try

# typescript
#
# avoid publishing .d.ts or .ts files
# until they have become enforced "public" APIs
*.ts
# to enable d.ts consumption remove the next line
# !*.d.ts
!*.d.ts
!addon/**/*.js

# miscellanies
server/
tsconfig.json
*.tgz
Expand Down

0 comments on commit ca45825

Please sign in to comment.