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