mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
- Added methods introduced in newer versions - Improved documentation - Added tslint.json
8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"prefer-method-signature": false,
|
|
"no-single-declare-module": false
|
|
}
|
|
}
|