-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
Milestone
Description
🚀 Feature request
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- xi18n
- run
- config
- help
- version
- doc
Description
see https://www.typescriptlang.org/v2/tsconfig#declarationMap
You should strongly consider turning this on if you’re using project references.
ng generate library my-lib
will add path mapping in tsconfig.json. So we should enable declarationMap
devoto13