Skip to content

Commit

Permalink
Add typesVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jul 26, 2023
1 parent 8d16d7f commit aa824b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
".": "./dist/codejar.js",
"./cursor": "./dist/cursor.js"
},
"typesVersions": {
"*": {
".": [
"./dist/codejar.d.ts"
],
"cursor": [
"./dist/cursor.d.ts"
]
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit aa824b1

Please sign in to comment.