Skip to content

Instantly share code, notes, and snippets.

@ArtBIT
Last active August 21, 2020 13:55
Show Gist options
  • Save ArtBIT/341bda5c1f4263fc2bda86630c6263ee to your computer and use it in GitHub Desktop.
Save ArtBIT/341bda5c1f4263fc2bda86630c6263ee to your computer and use it in GitHub Desktop.
> node-typescript-boilerplate@0.0.0 build /Users/artbit/code/nodejs/node-typescript-boilerplate
> tsc -p tsconfig.release.json
node_modules/@hookform/resolvers/dist/joi.d.ts(2,17): error TS2307: Cannot find module '@hapi/joi' or its corresponding type declarations.
node_modules/@hookform/resolvers/dist/superstruct.d.ts(2,25): error TS2307: Cannot find module 'superstruct' or its corresponding type declarations.
node_modules/@hookform/resolvers/dist/yup.d.ts(2,17): error TS2307: Cannot find module 'yup' or its corresponding type declarations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment