blob: e3ceb52bc8d17ad34ee15068fa24dd9fc8135cf7 (
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
Compiling file://[WILDCARD]tests/config.ts
[WILDCARD]tests/config.ts:3:5 - error TS2532: Object is possibly 'undefined'.
3 if (map.get("bar").foo) {
~~~~~~~~~~~~~~
|