Skip to content

Commit

Permalink
fix: add support for TS < 4.7 and projects with non nodenext/node16 m…
Browse files Browse the repository at this point in the history
…odule resolution settings
  • Loading branch information
neilcampbell committed Nov 23, 2023
1 parent 423be9c commit 34354a6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@
"bugs": {
"url": "https://github.com/algorand/avm-debugger/issues"
},
"main": "out/src/common/index.js",
"types": "out/src/common/index.d.ts",
"typesVersions": {
"*": {
".": [
"out/src/common/index.d.ts"
],
"*": [
"out/src/common/index.d.ts"
],
"node": [
"out/src/node/index.d.ts"
]
}
},
"exports": {
".": {
"types": "./out/src/common/index.d.ts",
Expand Down Expand Up @@ -87,4 +102,4 @@
"typescript": "^4.6.3",
"url": "^0.11.3"
}
}
}

0 comments on commit 34354a6

Please sign in to comment.