Skip to content

Commit

Permalink
Merge pull request #636 from simonihmig/patch-1
Browse files Browse the repository at this point in the history
Add typesVersions for resolving all type imports using legacy moduleResolution
  • Loading branch information
ro0gr committed Jan 30, 2024
2 parents de24116 + f66a516 commit de03bb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
"types": "./types.d.ts"
}
},
"types": "types.d.ts",
"typesVersions": {
"*": {
"*": ["./types.d.ts"]
}
},
"files": [
"addon-main.js",
"dist",
Expand Down

0 comments on commit de03bb9

Please sign in to comment.