mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 19:04:13 +08:00
9 lines
239 B
JSON
9 lines
239 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
// this package augments Rx with namespace level functions
|
|
// it would be particualrly strange to type these functions differently
|
|
"forbidden-types": false
|
|
}
|
|
}
|