Skip to content

Commit 78d3b56

Browse files
authored
fix: remove extraneous declaration in relatedTo (#1095)
- 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
1 parent e7cfc04 commit 78d3b56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tsconfig-reference/scripts/tsconfigRules.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export const relatedTo: [AnOption, AnOption[]][] = [
8282

8383
["types", ["typeRoots"]],
8484
["typeRoots", ["types"]],
85-
["declaration", ["emitDeclarationOnly"]],
8685

8786
["noLib", ["lib"]],
8887
["lib", ["noLib"]],

0 commit comments

Comments
 (0)