We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79333a commit ab07477Copy full SHA for ab07477
package.json
@@ -36,8 +36,11 @@
36
},
37
"files": [
38
"common/*.js",
39
+ "common/*.d.ts",
40
"bindings/*.js",
- "*.js"
41
+ "bindings/*.d.ts",
42
+ "*.js",
43
+ "*.d.ts"
44
],
45
"author": "chriseth",
46
"license": "MIT",
tsconfig.json
@@ -9,6 +9,7 @@
9
// TODO: Drop it in the next breaking release.
10
"esModuleInterop": true,
11
"outDir": "./dist",
12
+ "declaration": true,
13
"forceConsistentCasingInFileNames": true,
14
// Allow JS must be included to ensure that the built binary is included
15
// in the output. This could be copied directly in the future if required.
0 commit comments