# deno-import-intellisense

Endpoint for Deno's import intellisense for Nest.

## Getting Started

To enable module intellisense for Nest, add the following to your VS Code Settings

```json
{
  "deno.suggest.imports.hosts": {
    "https://x.nest.land/": true
  }
}
```

## License

The contents of this repository are licensed under [The MIT license](LICENSE).
