Skip to content

Commit ca45825

Browse files
authored
Merge pull request #382 from emberjs/ts-types-lol
Do not exclude `.d.ts` in `.npmignore`
2 parents d17a89d + bb0b5a8 commit ca45825

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.npmignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@
3636
/package.json.ember-try
3737

3838
# typescript
39-
#
40-
# avoid publishing .d.ts or .ts files
41-
# until they have become enforced "public" APIs
42-
*.ts
43-
# to enable d.ts consumption remove the next line
44-
# !*.d.ts
39+
!*.d.ts
4540
!addon/**/*.js
41+
42+
# miscellanies
4643
server/
4744
tsconfig.json
4845
*.tgz

0 commit comments

Comments
 (0)