We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
types
1 parent 2345392 commit c65fd52Copy full SHA for c65fd52
package.json
@@ -4,7 +4,7 @@
4
"description": "Lightweight logging library for any Node 12+ applications",
5
"main": "index.js",
6
"module": "dist/esm/index.js",
7
- "types": "dist/cjs/index.d.ts",
+ "types": "dist/types/index.d.ts",
8
"exports": {
9
".": {
10
"import": "./dist/esm/index.js",
0 commit comments