File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3818,7 +3818,7 @@ declare namespace ts {
38183818 readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js";
38193819 readonly allowTextChangesInNewFiles?: boolean;
38203820 readonly providePrefixAndSuffixTextForRename?: boolean;
3821- readonly includePackageJsonAutoImports?: "exclude-dev " | "all " | "none ";
3821+ readonly includePackageJsonAutoImports?: "auto " | "on " | "off ";
38223822 readonly provideRefactorNotApplicableReason?: boolean;
38233823 }
38243824 /** Represents a bigint literal value without requiring bigint support */
@@ -8897,7 +8897,7 @@ declare namespace ts.server.protocol {
88978897 readonly lazyConfiguredProjectsFromExternalProject?: boolean;
88988898 readonly providePrefixAndSuffixTextForRename?: boolean;
88998899 readonly allowRenameOfImportPath?: boolean;
8900- readonly includePackageJsonAutoImports?: "exclude-dev " | "all " | "none ";
8900+ readonly includePackageJsonAutoImports?: "auto " | "on " | "off ";
89018901 }
89028902 interface CompilerOptions {
89038903 allowJs?: boolean;
Original file line number Diff line number Diff line change @@ -3818,7 +3818,7 @@ declare namespace ts {
38183818 readonly importModuleSpecifierEnding ?: "auto" | "minimal" | "index" | "js" ;
38193819 readonly allowTextChangesInNewFiles ?: boolean ;
38203820 readonly providePrefixAndSuffixTextForRename ?: boolean ;
3821- readonly includePackageJsonAutoImports ?: "exclude-dev " | "all " | "none " ;
3821+ readonly includePackageJsonAutoImports ?: "auto " | "on " | "off " ;
38223822 readonly provideRefactorNotApplicableReason ?: boolean ;
38233823 }
38243824 /** Represents a bigint literal value without requiring bigint support */
You can’t perform that action at this time.
0 commit comments