Skip to content

Commit b498fdb

Browse files
Merge pull request #347 from JorgenVatle/patch-1
Define path to TypeScript types in package.json
2 parents 0e2cc15 + 718403e commit b498fdb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"homepage": "https:feathers-vuex.feathers-plus.com",
66
"main": "dist/",
77
"module": "dist/",
8+
"types": "dist/",
89
"keywords": [
910
"feathers",
1011
"feathers-plugin"
@@ -166,7 +167,7 @@
166167
"steal-mocha": "^2.0.1",
167168
"testee": "^0.9.0",
168169
"ts-node": "^8.0.3",
169-
"typescript": "^3.4.1",
170+
"typescript": "^3.7.2",
170171
"vue": "^2.6.10",
171172
"vuepress": "^1.0.2",
172173
"vuex": "^3.1.0"

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"esModuleInterop": true,
66
"outDir": "dist",
77
"moduleResolution": "node",
8+
"declaration": true,
89
"target": "es6",
910
"sourceMap": false
1011
},

0 commit comments

Comments
 (0)