diff options
Diffstat (limited to 'doc/ale-typescript.txt')
-rw-r--r-- | doc/ale-typescript.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index a2446c2c..e2ee49c2 100644 --- a/doc/ale-typescript.txt +++ b/doc/ale-typescript.txt @@ -34,6 +34,12 @@ g:ale_deno_unstable *g:ale_deno_unstable* Enable or disable unstable Deno features and APIs. +g:ale_deno_importMap *g:ale_deno_importMap* + *b:ale_deno_importMap* + Type: |String| + Default: `'import_map.json'` + + Specify the import map filename to load url maps in a deno project. =============================================================================== eslint *ale-typescript-eslint* |