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.
1 parent f41eb9f commit 1618a9bCopy full SHA for 1618a9b
package.json
@@ -5,8 +5,11 @@
5
"main": "build/index.js",
6
"type": "module",
7
"files": [
8
+ "src",
9
+ "index.ts",
10
"build/src",
11
"build/index.d.ts",
12
+ "build/index.d.ts.map",
13
"build/index.js"
14
],
15
"exports": {
tsconfig.json
@@ -19,6 +19,7 @@
19
"strictBindCallApply": true,
20
"strictFunctionTypes": true,
21
"noImplicitThis": true,
22
+ "declarationMap": true,
23
"skipLibCheck": true,
24
"types": ["@types/node"]
25
},
0 commit comments