Skip to content

Commit

Permalink
Merge pull request #17 from jeetiss/fix-types-for-node10
Browse files Browse the repository at this point in the history
add types for node10 type resolver
  • Loading branch information
adraffy authored May 29, 2023
2 parents 0993eaf + a04acd9 commit e7320c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
"default": "./dist/index-xnf.cjs"
}
},
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"xnf": [
"./dist/index.d.ts"
]
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"files": [
Expand Down

0 comments on commit e7320c4

Please sign in to comment.