Endpoint for Deno's import intellisense for Nest.
To enable module intellisense for Nest, add the following to your VS Code Settings
{
"deno.suggest.imports.hosts": {
"https://x.nest.land/": true
}
}
The contents of this repository are licensed under The MIT license.