mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
10 lines
300 B
Text
10 lines
300 B
Text
|
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) {
|
||
|
~~~~~~~~~~~~~~
|
||
|
|