mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
5 lines
305 B
Text
5 lines
305 B
Text
|
error: TS2304 [ERROR]: Cannot find name 'Deno'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'deno.ns' or add a triple-slash directive to your entrypoint: /// <reference lib="deno.ns" />
|
||
|
Deno;
|
||
|
~~~~
|
||
|
at file:///[WILDCARD]/check/deno_not_found/main.ts:4:1
|