Skip to content

Instantly share code, notes, and snippets.

@katai5plate
Last active May 12, 2019 16:20
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 katai5plate/50fe90f2452e9103d9098f86836796be to your computer and use it in GitHub Desktop.
Save katai5plate/50fe90f2452e9103d9098f86836796be to your computer and use it in GitHub Desktop.
Typescriptでjsonを使う
declare module "*.json" {
const v: any;
export default v;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment