rosslavery / angular2-tag-input

Tag input component for Angular 2
45 stars 42 forks source link

Do not publish dev-only files to npm #27

Open DethAriel opened 7 years ago

DethAriel commented 7 years ago

Right now I have tslint in my project complaining due to the fact that it also looks at angular2-tag-input tslint.json file.

Since this is a dev-only configuration, it shouldn't be published to npm

DethAriel commented 7 years ago

the same probably applies to *.ts files, tsconfig files and other stuff

ariasfernando commented 7 years ago

Hi! Is this solved?