Skip to content

Commit

Permalink
Javascript: Fixing type declaration on export in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdametto committed Jul 8, 2024
1 parent c9b0c84 commit 2ff3437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cratedb_sqlparse_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"exports": {
".": {
"import": "./dist/sqlparse.js",
"require": "./dist/sqlparse.umd.cjs"
"require": "./dist/sqlparse.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"dependencies": {
Expand Down

0 comments on commit 2ff3437

Please sign in to comment.