Skip to content

Commit cf4ef62

Browse files
committed
Accept baselines
1 parent 97cd7bf commit cf4ef62

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,6 +2200,7 @@ declare namespace ts {
22002200
name: string;
22012201
}
22022202
type CompilerOptionsValue = string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | PluginImport[] | null | undefined;
2203+
type StrictOptionName = "noImplicitAny" | "noImplicitThis" | "strictNullChecks" | "strictFunctionTypes" | "alwaysStrict";
22032204
interface CompilerOptions {
22042205
allowJs?: boolean;
22052206
allowSyntheticDefaultImports?: boolean;

tests/baselines/reference/api/typescript.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,6 +2200,7 @@ declare namespace ts {
22002200
name: string;
22012201
}
22022202
type CompilerOptionsValue = string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | PluginImport[] | null | undefined;
2203+
type StrictOptionName = "noImplicitAny" | "noImplicitThis" | "strictNullChecks" | "strictFunctionTypes" | "alwaysStrict";
22032204
interface CompilerOptions {
22042205
allowJs?: boolean;
22052206
allowSyntheticDefaultImports?: boolean;

0 commit comments

Comments
 (0)