We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499c365 commit b181386Copy full SHA for b181386
package.json
@@ -32,7 +32,8 @@
32
},
33
"files": [
34
"dist/lib",
35
- "dist/*.js"
+ "dist/*.js",
36
+ "dist/*.d.ts"
37
],
38
"keywords": [
39
"cli-app",
tsconfig.json
@@ -5,12 +5,6 @@
5
"resolveJsonModule": true,
6
"sourceMap": true
7
8
- "include": [
9
- "**/*.ts",
10
- "scripts/setup-tests.js",
11
- "package.json",
12
- "**/*.tsx"
13
- ],
14
"exclude": [
15
"node_modules",
16
"dist"
0 commit comments