diff options
Diffstat (limited to 'cli/tests/config.ts.out')
-rw-r--r-- | cli/tests/config.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/config.ts.out b/cli/tests/config.ts.out index b08761ac1..8f5cf7e39 100644 --- a/cli/tests/config.ts.out +++ b/cli/tests/config.ts.out @@ -1,7 +1,7 @@ [WILDCARD]Unsupported compiler options in "[WILDCARD]config.tsconfig.json" The following options were ignored: module, target -error TS2532: Object is possibly 'undefined'. +error: TS2532 [ERROR]: Object is possibly 'undefined'. if (map.get("bar").foo) { ~~~~~~~~~~~~~~ at [WILDCARD]tests/config.ts:3:5 |