mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add types for the webicon-module * Fix typo * Add a version-restriction * Add function-type restrictions * Fix the code according to tslint
8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-unnecessary-generics": false,
|
|
"no-empty-interface": false
|
|
}
|
|
}
|