mrseanryan / tslint-folders

:file_folder: Use tslint to check for invalid imports between packages and folders in your TypeScript project. Automatic validation and documentation of package architecture.
MIT License
9 stars 1 forks source link

Feature - handle paths from tsconfig #16

Closed mrseanryan closed 4 years ago

mrseanryan commented 4 years ago

If tsconfig.json has paths set, then use that as the primary way to determine what 'package' this file is in.

Failing that, the code falls back to the old way of looking at the directory names.

Fixes issue #15

mrseanryan commented 4 years ago

:tada: This PR is included in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: