{ "extends": "dtslint/dt.json", "rules": { // TODOs: "no-duplicate-imports": false, // 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, "use-default-type-parameter": false } }