Skip to content

Commit edd2eae

Browse files
committed
Create TS declaration files over referencing source.
1 parent 4afcfdc commit edd2eae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https:feathers-vuex.feathers-plus.com",
66
"main": "dist/",
77
"module": "dist/",
8-
"types": "src/",
8+
"types": "dist/",
99
"keywords": [
1010
"feathers",
1111
"feathers-plugin"

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)