Update types key in package.json to point to new TS definition file

This commit is contained in:
George Gkasdrogkas 2018-09-18 14:52:17 +03:00
parent 0f31446555
commit a489365c4f
No known key found for this signature in database
GPG key ID: 3FCA70FC54D4293F

View file

@ -58,7 +58,7 @@
"typescript": "^2.5.3",
"xo": "0.20.3"
},
"types": "types/index.d.ts",
"types": "index.d.ts",
"xo": {
"ignores": [
"test/_flow.js",