0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 07:16:56 -05:00

chore: remove duplicate esnext.dispoable (#21184)

This commit is contained in:
David Sherret 2023-11-13 16:43:12 -05:00 committed by Yoshiya Hinosawa
parent 102af421ac
commit e58e9da8df
No known key found for this signature in database
GPG key ID: 9017DB4559488785

View file

@ -2,7 +2,6 @@
/// <reference no-default-lib="true" />
/// <reference lib="esnext" />
/// <reference lib="esnext.disposable" />
/// <reference lib="deno.net" />
/** Deno provides extra properties on `import.meta`. These are included here