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 {
3818
3818
readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js";
3819
3819
readonly allowTextChangesInNewFiles?: boolean;
3820
3820
readonly providePrefixAndSuffixTextForRename?: boolean;
3821
- readonly includePackageJsonAutoImports?: "exclude-dev " | "all " | "none ";
3821
+ readonly includePackageJsonAutoImports?: "auto " | "on " | "off ";
3822
3822
readonly provideRefactorNotApplicableReason?: boolean;
3823
3823
}
3824
3824
/** Represents a bigint literal value without requiring bigint support */
@@ -8897,7 +8897,7 @@ declare namespace ts.server.protocol {
8897
8897
readonly lazyConfiguredProjectsFromExternalProject?: boolean;
8898
8898
readonly providePrefixAndSuffixTextForRename?: boolean;
8899
8899
readonly allowRenameOfImportPath?: boolean;
8900
- readonly includePackageJsonAutoImports?: "exclude-dev " | "all " | "none ";
8900
+ readonly includePackageJsonAutoImports?: "auto " | "on " | "off ";
8901
8901
}
8902
8902
interface CompilerOptions {
8903
8903
allowJs?: boolean;
Original file line number Diff line number Diff line change @@ -3818,7 +3818,7 @@ declare namespace ts {
3818
3818
readonly importModuleSpecifierEnding ?: "auto" | "minimal" | "index" | "js" ;
3819
3819
readonly allowTextChangesInNewFiles ?: boolean ;
3820
3820
readonly providePrefixAndSuffixTextForRename ?: boolean ;
3821
- readonly includePackageJsonAutoImports ?: "exclude-dev " | "all " | "none " ;
3821
+ readonly includePackageJsonAutoImports ?: "auto " | "on " | "off " ;
3822
3822
readonly provideRefactorNotApplicableReason ?: boolean ;
3823
3823
}
3824
3824
/** Represents a bigint literal value without requiring bigint support */
You can’t perform that action at this time.
0 commit comments