summaryrefslogtreecommitdiff
path: root/tests/config.ts.out
blob: 0f79e03d1207bdbac4c2c8c973eb4d32495917eb (plain)
1
2
3
4
5
6
7
8
9
Unsupported compiler options in "[WILDCARD]tests/config.tsconfig.json"
  The following options were ignored:
    module, target

[WILDCARD]tests/config.ts:3:5 - error TS2532: Object is possibly 'undefined'.

3 if (map.get("bar").foo) {
      ~~~~~~~~~~~~~~