diff options
| author | jeiea <solum5013@gmail.com> | 2021-06-06 14:00:17 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-06 15:00:17 +1000 |
| commit | 633c5aab1f28538dde619fe755f8ec9fa77a3719 (patch) | |
| tree | 78d215a995cbca7aabbb74d329f0f43156d721c2 /cli/tests/lsp | |
| parent | 62bf4031576ab833a8057c6b7037e6476d13bf65 (diff) | |
fix(#10747): cannot read config option in windows (#10791)
Fixes #10747
Diffstat (limited to 'cli/tests/lsp')
| -rw-r--r-- | cli/tests/lsp/lib.tsconfig.json | 5 |
1 files changed, 5 insertions, 0 deletions
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"] + } +} |
