File tree 2 files changed +2
-0
lines changed
tests/baselines/reference/api
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2200,6 +2200,7 @@ declare namespace ts {
2200
2200
name : string ;
2201
2201
}
2202
2202
type CompilerOptionsValue = string | number | boolean | ( string | number ) [ ] | string [ ] | MapLike < string [ ] > | PluginImport [ ] | null | undefined ;
2203
+ type StrictOptionName = "noImplicitAny" | "noImplicitThis" | "strictNullChecks" | "strictFunctionTypes" | "alwaysStrict" ;
2203
2204
interface CompilerOptions {
2204
2205
allowJs ?: boolean ;
2205
2206
allowSyntheticDefaultImports ?: boolean ;
Original file line number Diff line number Diff line change @@ -2200,6 +2200,7 @@ declare namespace ts {
2200
2200
name : string ;
2201
2201
}
2202
2202
type CompilerOptionsValue = string | number | boolean | ( string | number ) [ ] | string [ ] | MapLike < string [ ] > | PluginImport [ ] | null | undefined ;
2203
+ type StrictOptionName = "noImplicitAny" | "noImplicitThis" | "strictNullChecks" | "strictFunctionTypes" | "alwaysStrict" ;
2203
2204
interface CompilerOptions {
2204
2205
allowJs ?: boolean ;
2205
2206
allowSyntheticDefaultImports ?: boolean ;
You can’t perform that action at this time.
0 commit comments