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

Add noImplicitAny option in tsconfig (#1120) #1125

Merged
merged 1 commit into from Nov 25, 2017
Merged

Add noImplicitAny option in tsconfig (#1120) #1125

merged 1 commit into from Nov 25, 2017

Conversation

diegodalbosco
Copy link
Contributor

This PR will add the noImplicitAny option into tsconfig.json file (#1120).

I had to disable this option in my project because when compiling flatpickr module, tsc gave me this error:

./node_modules/flatpickr/src/utils/formatting.ts at line 30
Function expression, which lacks return-type annotation, implicitly has an 'any' return type.

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