mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-19 17:53:55 +08:00
* [react-faux-dom] Omit ReactFauxDomProps * [react-faux-dom] update tslint rules strict-export-declare-modifiers: false * [react-faux-dom] replace Omit<T, K> replace Omit<T, K> with Pick<T, Exclude<keyof T, K>>
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-unnecessary-generics": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
}
|