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 9dd2ec3 commit 73b004cCopy full SHA for 73b004c
.npmignore
@@ -4,3 +4,12 @@ coverage/
4
reports/
5
docs/
6
src/
7
+.github/
8
+.circleci/
9
+.ldrelease/
10
+__tests__/
11
+reports/
12
+jest.config.js
13
+tsconfig.eslint.json
14
+.eslintrc.js
15
+tsconfig.json
tsconfig.json
@@ -8,6 +8,8 @@
"sourceMap": true,
"outDir": "dist",
"rootDir": "./src",
+ "declaration": true,
+ "declarationMap": true // enables importers to jump to source
},
"lib": ["es2015"]
}
0 commit comments