Skip to content

Commit

Permalink
Fix typesVersions path
Browse files Browse the repository at this point in the history
It was incorrect previously, causing consumers to see "Cannot find module '@ember/test-helpers' or its corresponding type declarations."
  • Loading branch information
gitKrystan committed Nov 30, 2022
1 parent 9bcbe39 commit b1f466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"typesVersions": {
"*": {
"*": [
"public-types/*"
"public-types/addon-test-support/@ember/test-helpers/*"
]
}
}
Expand Down

0 comments on commit b1f466d

Please sign in to comment.