diff options
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"] + } +} |
