Guest User

Untitled

a guest
Dec 11th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. import PRC from '@3rdpartyVendor/3rdpartyModule'
  2.  
  3. TS7016: Could not find a declaration file for module '@3rdpartyVendor/3rdpartyModule'. '~/myprojdir/node_modules/@3rdpartyVendor/3rdpartyModule/lib/index.js' implicitly has an 'any' type.
  4.  
  5. ....
  6. "include": [
  7. "src/**/*"
  8. ],
  9. ....
  10.  
  11. ./src/@types/3rdpartyVendor__3rdpartyModule/index.d.ts
  12.  
  13. declare module '@3rdpartyVendor/3rdpartyModule';
Add Comment
Please, Sign In to add comment