Skip to content

Commit

Permalink
fix: remove extraneous declaration in relatedTo (#1095)
Browse files Browse the repository at this point in the history
- it was specified twice, once grouped with types and typeRoots for some
  reason and missing declarationDir
  - so remove that one, leave in the one that has both declarationDir
    _and_ emitDeclarationOnly
  - second one that remains is ~5 lines below this
  • Loading branch information
agilgur5 authored Sep 18, 2020
1 parent e7cfc04 commit 78d3b56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tsconfig-reference/scripts/tsconfigRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const relatedTo: [AnOption, AnOption[]][] = [

["types", ["typeRoots"]],
["typeRoots", ["types"]],
["declaration", ["emitDeclarationOnly"]],

["noLib", ["lib"]],
["lib", ["noLib"]],
Expand Down

0 comments on commit 78d3b56

Please sign in to comment.