Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

spec compilation: add spec folders to .npmignore #6

Closed
alex3683 opened this issue Apr 5, 2017 · 1 comment
Closed

spec compilation: add spec folders to .npmignore #6

alex3683 opened this issue Apr 5, 2017 · 1 comment
Assignees
Milestone

Comments

@alex3683
Copy link
Member

alex3683 commented Apr 5, 2017

The Typescript compiler eagerly compiles every *.ts file it finds within one directory. This includes even the adapter specs if the adapter is installed via npm in an application.
Since they break the build and are totally useless for the application, the spec folders should be excluded by npm during installation.

@alex3683
Copy link
Member Author

alex3683 commented Apr 5, 2017

Implemented on master (v2.0.0).

@alex3683 alex3683 closed this as completed Apr 5, 2017
@alex3683 alex3683 self-assigned this Apr 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant