Skip to content

Commit

Permalink
Merge pull request #146 from kinday/typescript-bundler-resolution
Browse files Browse the repository at this point in the history
Fix types resolution
  • Loading branch information
OskarDamkjaer authored Apr 2, 2024
2 parents 6f476d6 + bdae809 commit 5694d87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mighty-chairs-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@neo4j-cypher/editor-support": patch
---

Update `exports` field to fix issue with TypeScript `Bundler` module resolution mode
3 changes: 2 additions & 1 deletion packages/editor-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"exports": {
".": {
"import": "./es/editor-support.js",
"require": "./lib/editor-support.js"
"require": "./lib/editor-support.js",
"types": "./src/editor-support.d.ts"
},
"./src/editor-support.d.ts": {
"import": "./src/editor-support.d.ts"
Expand Down

0 comments on commit 5694d87

Please sign in to comment.