Add docs comments and tests for TypeScript definitions (#299)

Fixes #293
This commit is contained in:
George Gkasdrogkas 2018-12-26 03:06:00 +02:00 committed by Sindre Sorhus
parent f590a65489
commit 90c7a92ff1
9 changed files with 438 additions and 169 deletions

View file

@ -8,13 +8,13 @@
"node": ">=6"
},
"scripts": {
"test": "xo && nyc ava && tsc --project types && flow --max-warnings=0",
"test": "xo && nyc ava && tsd-check && flow --max-warnings=0",
"bench": "matcha benchmark.js"
},
"files": [
"index.js",
"templates.js",
"types/index.d.ts",
"index.d.ts",
"index.js.flow"
],
"keywords": [
@ -54,10 +54,11 @@
"matcha": "^0.7.0",
"nyc": "^13.0.1",
"resolve-from": "^4.0.0",
"typescript": "^3.0.3",
"xo": "^0.23.0"
"tsd-check": "^0.2.1",
"typescript": "^2.5.3",
"xo": "0.20.3"
},
"types": "types/index.d.ts",
"types": "index.d.ts",
"xo": {
"ignores": [
"test/_flow.js"