You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following type error is preventing my project from being deployed:
No inputs were found in config file '.../node_modules/react-number-format/tsconfig.json'. Specified 'include' paths were '["src","test/types"]' and 'exclude' paths were '[]'.
I know I can supress that kind of warning during deployment, but the same type error persists under development as typescript keeps complaining about it indefinitely.
It seems the package has no .ts files to compile
The issue could be solved by adding at least one empty .ts file to it.
The text was updated successfully, but these errors were encountered:
The following type error is preventing my project from being deployed:
I know I can supress that kind of warning during deployment, but the same type error persists under development as typescript keeps complaining about it indefinitely.
It seems the package has no .ts files to compile
The issue could be solved by adding at least one empty .ts file to it.
The text was updated successfully, but these errors were encountered: