Improve the TypeScript types (#80)
This commit is contained in:
parent
2502442404
commit
3c847be5a0
3 changed files with 70 additions and 52 deletions
|
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
"extends": "tslint-xo"
|
||||
"extends": "tslint-xo",
|
||||
"rules": {
|
||||
"interface-over-type-literal": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue