From 633c5aab1f28538dde619fe755f8ec9fa77a3719 Mon Sep 17 00:00:00 2001 From: jeiea Date: Sun, 6 Jun 2021 14:00:17 +0900 Subject: fix(#10747): cannot read config option in windows (#10791) Fixes #10747 --- cli/tests/lsp/lib.tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/tests/lsp/lib.tsconfig.json (limited to 'cli/tests/lsp') diff --git a/cli/tests/lsp/lib.tsconfig.json b/cli/tests/lsp/lib.tsconfig.json new file mode 100644 index 000000000..8d2ae8a8b --- /dev/null +++ b/cli/tests/lsp/lib.tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "lib": ["deno.ns", "deno.unstable", "dom"] + } +} -- cgit v1.2.3