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 0e91ad7 commit 4b38634Copy full SHA for 4b38634
package.json
@@ -4,7 +4,7 @@
4
"description": "An apollo link that queues mutations",
5
"main": "dist/index.js",
6
"module": "dist/index.js",
7
- "typings": "dist/index.d.ts",
+ "types": "dist/index.d.ts",
8
"scripts": {
9
"build": "tsc",
10
"prepare": "yarn build"
tsconfig.json
@@ -1,6 +1,6 @@
1
{
2
"compilerOptions": {
3
- "declaration": false,
+ "declaration": true,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
0 commit comments