{
  "defaultSeverity": "error",
  "extends": "dtslint/dtslint.json",
  "rules": {
    "array-type": [true, "array"],
    "no-null-undefined-union": false,
    "no-empty-interface": false,
    "no-redundant-jsdoc": false,
    "no-unnecessary-generics": false,
    "semicolon": false,
    "strict-export-declare-modifiers": false,
    "no-relative-import-in-test": false
  },
  "linterOptions": {
    "exclude": ["node_modules/**/*"]
  }
}
