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