We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
.npmignore
*.ts !*.d.ts .DS_Store .DS_Store? gulpfile.js /node_modules/*
Thanks in advance for cooperation.
The text was updated successfully, but these errors were encountered:
This needs to be done, angular 5 won't build properly with these files.
Sorry, something went wrong.
No branches or pull requests
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#44380574I suggest to add
.npmignore
file with the following contents:Thanks in advance for cooperation.
The text was updated successfully, but these errors were encountered: