Skip to content

Commit

Permalink
Relate importsNotUsedAsValues -> preserveValueImports (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko authored May 18, 2023
1 parent d49108b commit fe7a95f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tsconfig-reference/scripts/tsconfigRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ export const relatedTo: [AnOption, AnOption[]][] = [
["suppressImplicitAnyIndexErrors", ["noImplicitAny"]],

["listFiles", ["explainFiles"]],
["preserveValueImports", ["isolatedModules", "importsNotUsedAsValues"]]
["preserveValueImports", ["isolatedModules", "importsNotUsedAsValues"]],
["importsNotUsedAsValues", ["preserveValueImports"]],
];

/**
Expand Down

0 comments on commit fe7a95f

Please sign in to comment.