diff options
Diffstat (limited to 'cli/js')
-rw-r--r-- | cli/js/ts_global.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/js/ts_global.d.ts b/cli/js/ts_global.d.ts index 7b9d84c7a..bca602998 100644 --- a/cli/js/ts_global.d.ts +++ b/cli/js/ts_global.d.ts @@ -9,6 +9,8 @@ // deno_typescript/typescript/lib/typescript.d.ts. Ideally we could simply point // to that in this import specifier, but "cargo package" is very strict and // requires all files to be present in a crate's subtree. +// to get proper editor intellisense, you can substitute "$asset$" with +// "../../deno_typescript/typescript/lib" - remember to revert before committing // eslint-disable-next-line @typescript-eslint/no-unused-vars import * as ts_ from "$asset$/typescript.d.ts"; |