Skip to content

Commit

Permalink
➕️ Add tsd to test typescript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed May 27, 2020
1 parent 3a970ba commit 5c0d0c3
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 54 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"lint": "lerna run lint",
"readme": "lerna run readme",
"test": "lerna run test -- --colors",
"test:coverage": "lerna run test:coverage -- --colors"
"test:coverage": "lerna run test:coverage -- --colors",
"test:types": "lerna run test:types"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
Expand All @@ -34,6 +35,7 @@
"lerna": "^3.20.2",
"mocha": "^6.2.2",
"nock": "^12.0.2",
"nyc": "^15.0.0"
"nyc": "^15.0.0",
"tsd": "^0.11.0"
}
}
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"noImplicitAny": false
}
}
Loading

0 comments on commit 5c0d0c3

Please sign in to comment.