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.
2 parents 0e2cc15 + 718403e commit b498fdbCopy full SHA for b498fdb
package.json
@@ -5,6 +5,7 @@
5
"homepage": "https:feathers-vuex.feathers-plus.com",
6
"main": "dist/",
7
"module": "dist/",
8
+ "types": "dist/",
9
"keywords": [
10
"feathers",
11
"feathers-plugin"
@@ -166,7 +167,7 @@
166
167
"steal-mocha": "^2.0.1",
168
"testee": "^0.9.0",
169
"ts-node": "^8.0.3",
- "typescript": "^3.4.1",
170
+ "typescript": "^3.7.2",
171
"vue": "^2.6.10",
172
"vuepress": "^1.0.2",
173
"vuex": "^3.1.0"
tsconfig.json
"esModuleInterop": true,
"outDir": "dist",
"moduleResolution": "node",
+ "declaration": true,
"target": "es6",
"sourceMap": false
},
0 commit comments