Files
DefinitelyTyped/ng-stomp/tslint.json
Andy 637e92c863 ng-stomp: Fix in typescript@next (#14898)
* Don't use a global `Headers` interface or it will be merged with the one in `lib.d.ts`
2017-03-09 23:21:23 -08:00

6 lines
75 B
JSON

{
"extends": "../tslint.json",
"rules": {
"forbidden-types": false
}
}