Skip to content

Instantly share code, notes, and snippets.

@kenmori
Created February 15, 2017 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenmori/c59ddd56029d74197c763c03701df0dc to your computer and use it in GitHub Desktop.
Save kenmori/c59ddd56029d74197c763c03701df0dc to your computer and use it in GitHub Desktop.
add flowtyped js file to folder after set libs in .flowtype.config 【flowtype】これ。react. Required module not found
declare module 'hogehogefolder/react' {
declare module.exports: any;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment