Skip to content

Commit 5777b9a

Browse files
committed
fix: fully qualified path to d.ts typing
1 parent 33a969f commit 5777b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"files": [
2222
"dist/**"
2323
],
24-
"types": "dist",
24+
"types": "dist/msaccess.d.ts",
2525
"type": "module",
2626
"devDependencies": {
2727
"@types/n3": "^1.10.4",

0 commit comments

Comments
 (0)