1.0.2 • Published 3 years ago
nestjs-ts-transform-paths v1.0.2
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"]
}
}