Skip to content

Instantly share code, notes, and snippets.

@saitonakamura
Last active April 16, 2018 07:16
Show Gist options
  • Save saitonakamura/c924ece536cfe7a31f54072e9dee2176 to your computer and use it in GitHub Desktop.
Save saitonakamura/c924ece536cfe7a31f54072e9dee2176 to your computer and use it in GitHub Desktop.
Next.js Awesome Typescript integration: minimal tsconfig.json
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"jsx": "preserve",
"moduleResolution": "node",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment