mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
7 lines
270 B
Text
7 lines
270 B
Text
[WILDCARD]Unsupported compiler options in "[WILDCARD]config.tsconfig.json".
|
|
The following options were ignored:
|
|
module, target
|
|
error: TS2532 [ERROR]: Object is possibly 'undefined'.
|
|
if (map.get("bar").foo) {
|
|
~~~~~~~~~~~~~~
|
|
at [WILDCARD]tests/config.ts:3:5
|