Skip to content

Commit b1f466d

Browse files
committed
Fix typesVersions path
It was incorrect previously, causing consumers to see "Cannot find module '@ember/test-helpers' or its corresponding type declarations."
1 parent 9bcbe39 commit b1f466d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"typesVersions": {
161161
"*": {
162162
"*": [
163-
"public-types/*"
163+
"public-types/addon-test-support/@ember/test-helpers/*"
164164
]
165165
}
166166
}

0 commit comments

Comments
 (0)