timocov / ts-transformer-properties-rename

TypeScript custom transformer to rename properties
MIT License
70 stars 3 forks source link

Handle custom types in local folders #1

Closed timocov closed 4 years ago

timocov commented 4 years ago

There is types and typesRoot compiler options, which allows you declare types from custom packages. Needs to change detecting whether the package is from external module to handle this.

timocov commented 4 years ago

Actually types from that folders should be in d.ts files, and the tool treats d.ts files as "external" already, so I think no additional action required.