deno/tests/config.ts.out

10 lines
258 B
Plaintext

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) {
~~~~~~~~~~~~~~