We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b78117 commit dcc70d9Copy full SHA for dcc70d9
tsconfig.json
@@ -3,7 +3,7 @@
3
"outDir": "build/cjs/",
4
"target": "es2018", // Node.js 10 (https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping)
5
"module": "commonjs",
6
- "declaration": false
+ "declaration": true
7
},
8
"include": [
9
"./lib/**/*"
0 commit comments