1.0.2 • Published 3 years ago

nestjs-ts-transform-paths v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

nestjs-ts-transform-paths

@nestjs/cli plugin with typescript-transform-paths

The issue

TypeScript paths are not resolved in definition files

Install

yarn add --dev nestjs-ts-transform-paths

Usage

Add nestjs-ts-transform-paths into nest-cli.json

{
  "collection": "@nestjs/schematics",
  "compilerOptions": {
    "plugins": ["nestjs-ts-transform-paths"]
  }
}