Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Typescript file from build #5

Open
DanielKucal opened this issue Jun 7, 2017 · 1 comment
Open

Remove Typescript file from build #5

DanielKucal opened this issue Jun 7, 2017 · 1 comment

Comments

@DanielKucal
Copy link

There is .ts file in npm package what can cause troubles with some unspecified Typescript compiler config: https://stackoverflow.com/questions/44377617/unable-to-find-typings-d-ts-and-declare-modules-in-angular-2-typescript-app/44380574#44380574
I suggest to add .npmignore file with the following contents:

*.ts
!*.d.ts
.DS_Store
.DS_Store?
gulpfile.js
/node_modules/*

Thanks in advance for cooperation.

@jvincilione
Copy link

This needs to be done, angular 5 won't build properly with these files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants