Skip to content

Instantly share code, notes, and snippets.

@serhii-havrylenko
Created October 28, 2018 15:29
Show Gist options
  • Save serhii-havrylenko/0536fd076f9987d86f02d4c9ebfc0d80 to your computer and use it in GitHub Desktop.
Save serhii-havrylenko/0536fd076f9987d86f02d4c9ebfc0d80 to your computer and use it in GitHub Desktop.
$ yarn tsc
yarn run v1.10.1
$ tsc
packages/login-form/src/LoginForm.tsx:1:23 - error TS7016: Could not find a declaration file for module '@taxi/input'. 'monorepo-babel-ts/packages/input/dist/index.js' implicitly has an 'any' type.
Try `npm install @types/taxi__input` if it exists or add a new declaration (.d.ts) file containing `declare module '@taxi/input';`
1 import { Input } from '@taxi/input';
~~~~~~~~~~~~~
error Command failed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment