Version: Deno 2.7.3 With no "deno.unstable" on lib you get `Cannot find name 'Temporal'.` on vscode, even if running the code causes no errors. // main.ts ```ts Temporal.Now.instant(); ``` // deno.json ```json { "compilerOptions": { "lib": [] } } ```
Version: Deno 2.7.3
With no "deno.unstable" on lib you get
Cannot find name 'Temporal'.on vscode, even if running the code causes no errors.// main.ts
// deno.json
{ "compilerOptions": { "lib": [] } }