Skip to content

Commit 9aabf98

Browse files
authoredFeb 25, 2025··
change noCheck release version for 5.6 (#3343)
1 parent c601df4 commit 9aabf98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/tsconfig-reference/scripts/tsconfigRules.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ function formatAllowedValues(type: CommandLineOption["type"]) {
314314

315315
export const releaseToConfigsMap: { [key: string]: AnOption[] } = {
316316
"5.7": ["rewriteRelativeImportExtensions"],
317-
"5.6": ["strictBuiltinIteratorReturn", "noUncheckedSideEffectImports"],
318-
"5.5": ["isolatedDeclarations", "noCheck"],
317+
"5.6": ["strictBuiltinIteratorReturn", "noUncheckedSideEffectImports", "noCheck"],
318+
"5.5": ["isolatedDeclarations"],
319319
"5.0": [
320320
"allowArbitraryExtensions",
321321
"allowImportingTsExtensions",

0 commit comments

Comments
 (0)
Please sign in to comment.