Skip to content

Commit

Permalink
Merge pull request #1401 from emberjs/melsumner/revert-npmignore
Browse files Browse the repository at this point in the history
fixing the release with a few config tweaks
  • Loading branch information
MelSumner authored Jun 1, 2023
2 parents e80e6c8 + b7a7a75 commit 510dec3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions addon/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,3 @@
/documentation.yml
/server/
/types/

# 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
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"typesVersions": {
"*": {
"*": [
"public-types/@ember/test-helpers/*"
"./dist-types/*"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion addon/types.tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
// Use TS to emit declarations
"noEmit": false,
"emitDeclarationOnly": true,
"outDir": "public-types"
"outDir": "dist-types"
}
}

0 comments on commit 510dec3

Please sign in to comment.