Improve the TypeScript types (#80)

This commit is contained in:
Sindre Sorhus 2019-02-04 02:13:23 +07:00
parent 2502442404
commit 3c847be5a0
3 changed files with 70 additions and 52 deletions

View file

@ -1,3 +1,6 @@
{
"extends": "tslint-xo"
"extends": "tslint-xo",
"rules": {
"interface-over-type-literal": false
}
}