mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
* transitioning from ambient style typings to module style typings * adding some notes to test file * merging redundant definitions * updating version to match the current rx-dom version * adding lint config
9 lines
221 B
JSON
9 lines
221 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
|
|
}
|
|
}
|