Skip to content

Commit 24b4486

Browse files
committed
typesVersions
1 parent 2289b80 commit 24b4486

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

+15
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
"repository": "https://github.com/mikkopaderes/ember-cloud-firestore-adapter",
1212
"license": "MIT",
1313
"author": "Mikko Paderes",
14+
"typesVersions": {
15+
"*": {
16+
"test-support": [
17+
"declarations/addon-test-support/index.d.ts"
18+
],
19+
"test-support/*": [
20+
"declarations/addon-test-support/*",
21+
"declarations/addon-test-support/*/index.d.ts"
22+
],
23+
"*": [
24+
"declarations/addon/*",
25+
"declarations/addon/*/index.d.ts"
26+
]
27+
}
28+
},
1429
"directories": {
1530
"doc": "doc",
1631
"test": "tests"

0 commit comments

Comments
 (0)