Accept baselines

This commit is contained in:
Mohamed Hegazy 2017-10-27 11:02:43 -07:00
parent 97cd7bf5af
commit cf4ef62830
2 changed files with 2 additions and 0 deletions

View file

@ -2200,6 +2200,7 @@ declare namespace ts {
name: string;
}
type CompilerOptionsValue = string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | PluginImport[] | null | undefined;
type StrictOptionName = "noImplicitAny" | "noImplicitThis" | "strictNullChecks" | "strictFunctionTypes" | "alwaysStrict";
interface CompilerOptions {
allowJs?: boolean;
allowSyntheticDefaultImports?: boolean;

View file

@ -2200,6 +2200,7 @@ declare namespace ts {
name: string;
}
type CompilerOptionsValue = string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | PluginImport[] | null | undefined;
type StrictOptionName = "noImplicitAny" | "noImplicitThis" | "strictNullChecks" | "strictFunctionTypes" | "alwaysStrict";
interface CompilerOptions {
allowJs?: boolean;
allowSyntheticDefaultImports?: boolean;