blob: 1ec2ae3e5d9d25be7a313d03f4f22ea6fbe8f740 (
plain)
1
2
3
4
5
|
Check file:///[WILDLINE]/no_default_lib.ts
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 the top of your entrypoint (main file): /// <reference lib="deno.ns" />
console.log(Deno);
~~~~
at file:///[WILDLINE]/no_default_lib.ts:5:13
|