Skip to content

Commit

Permalink
fix(types): certain typescript scenarios need explicit typesVersions …
Browse files Browse the repository at this point in the history
…entries
  • Loading branch information
NullVoxPopuli committed Apr 20, 2022
1 parent 98c02b2 commit 1346b0e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ember-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@
},
"typesVersions": {
">= 4.0.0": {
"./*": [
"./dist/*"
]
"*": ["dist/*"],
"core": ["dist/core/index.d.ts"],
"util": ["dist/util/index.d.ts"],
"util/map": ["dist/util/map.d.ts"],
"util/helper": ["dist/util/helper.d.ts"],
"util/ember-concurrency": ["dist/util/ember-concurrency.d.ts"]
}
},
"author": "NullVoxPopuli",
Expand Down

0 comments on commit 1346b0e

Please sign in to comment.