Skip to content

Commit c65fd52

Browse files
committed
fix: point types to separate declaration file
1 parent 2345392 commit c65fd52

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
@@ -4,7 +4,7 @@
44
"description": "Lightweight logging library for any Node 12+ applications",
55
"main": "index.js",
66
"module": "dist/esm/index.js",
7-
"types": "dist/cjs/index.d.ts",
7+
"types": "dist/types/index.d.ts",
88
"exports": {
99
".": {
1010
"import": "./dist/esm/index.js",

0 commit comments

Comments
 (0)