Skip to content

Commit c92a3ef

Browse files
committed
[BUGFIX release] importing ember-source/types no longer works (it should)
1 parent f013061 commit c92a3ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
],
88
"exports": {
99
"./*": "./dist/packages/*",
10+
"./types": {
11+
"types": "./types/stable/index.d.ts"
12+
},
1013
"./dist/ember-template-compiler.js": "./dist/ember-template-compiler.js",
1114
"./package.json": "./package.json"
1215
},

0 commit comments

Comments
 (0)