tslint.json 199 B

12345678910
  1. {
  2. "rules": {
  3. "no-empty-interface": true
  4. },
  5. "meta": {
  6. "category": "typescript-specific",
  7. "description": "禁止定义空的接口",
  8. "ts-only": true
  9. }
  10. }