Skip to content

Commit

Permalink
fix(mssql): declare import types explicitly
Browse files Browse the repository at this point in the history
Closes #5462
  • Loading branch information
B4nan committed Apr 17, 2024
1 parent 7e8409b commit 02494bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/mssql/package.json
Expand Up @@ -8,7 +8,10 @@
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.mjs",
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": "./dist/index.js"
}
},
Expand Down

0 comments on commit 02494bf

Please sign in to comment.