summaryrefslogtreecommitdiff
path: root/cli/tests/config.ts.out
blob: b08761ac1ef8405e9015988729fa67acb5f2cde9 (plain)
1
2
3
4
5
6
7
[WILDCARD]Unsupported compiler options in "[WILDCARD]config.tsconfig.json"
  The following options were ignored:
    module, target
error TS2532: Object is possibly 'undefined'.
if (map.get("bar").foo) {
    ~~~~~~~~~~~~~~
    at [WILDCARD]tests/config.ts:3:5