summaryrefslogtreecommitdiff
path: root/tests/specs/check/unstable_suggestion/no_default_lib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/check/unstable_suggestion/no_default_lib.ts')
-rw-r--r--tests/specs/check/unstable_suggestion/no_default_lib.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/check/unstable_suggestion/no_default_lib.ts b/tests/specs/check/unstable_suggestion/no_default_lib.ts
new file mode 100644
index 000000000..2b3aa6dfc
--- /dev/null
+++ b/tests/specs/check/unstable_suggestion/no_default_lib.ts
@@ -0,0 +1,5 @@
+/// <reference no-default-lib="true" />
+/// <reference lib="es5" />
+/// <reference lib="dom" />
+
+console.log(Deno);