core-decorators icon indicating copy to clipboard operation
core-decorators copied to clipboard

Educating typescript re use of `lib` in test imports

Open BurtHarris opened this issue 7 years ago • 0 comments

With PR #123 (TypeScript Beginnings) is applied and used, there's a strange and undesirable artifact in the built directory: not only does it contain the expected src and test subdirectories, but lib shows up there as well. This is a result of TypeScript processing the babel output in the root level lib directory.

Found a small change in tsconfig.json to avoid this.

BurtHarris avatar May 26 '17 19:05 BurtHarris