mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
332 B
JSON
10 lines
332 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// All of the different "export default" lines in the index.d.ts
|
|
// appear to be triggering this. Remove this when I know of a way
|
|
// to declare a default export across multiple package/subpackages.
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
}
|