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

fix Cannot find module './types/NormalizedMessage' #8

Merged
merged 3 commits into from
Sep 26, 2018

Conversation

n0v1
Copy link
Contributor

@n0v1 n0v1 commented Sep 26, 2018

Add index.d.ts to .npmignore to prevent TypeScript compiler from complaining that it can not find './types/NormalizedMessage'. (npm package does not contain the types folder as it is also ignored in this .npmignore file)

This should fix the following error when using fork-ts-checker-notifier-webpack-plugin in a project:

ERROR in node_modules/fork-ts-checker-notifier-webpack-plugin/index.d.ts(1,35):
TS2307: Cannot find module './types/NormalizedMessage'.

Add index.d.ts to .npmignore to prevent TypeScript compiler from complaining that it can not find './types/NormalizedMessage'. (npm package does not contain the types folder as it is also ignored here)

Error message:
ERROR in node_modules/fork-ts-checker-notifier-webpack-plugin/index.d.ts(1,35):
TS2307: Cannot find module './types/NormalizedMessage'.
@johnnyreilly
Copy link
Owner

johnnyreilly commented Sep 26, 2018

Thanks! Will look to merge and ship soon. could you update the package.json version and the CHANGELOG please?

@n0v1
Copy link
Contributor Author

n0v1 commented Sep 26, 2018

done

@johnnyreilly
Copy link
Owner

Awesome - will look to ship soon

@johnnyreilly johnnyreilly merged commit f041673 into johnnyreilly:master Sep 26, 2018
@n0v1
Copy link
Contributor Author

n0v1 commented Sep 26, 2018

Thank you for the quick turnaround 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants