Skip to content

Instantly share code, notes, and snippets.

@tiptopcoder
Last active February 16, 2020 02:46
Show Gist options
  • Save tiptopcoder/3bbc332bf73011719a4df03ff3b27c7d to your computer and use it in GitHub Desktop.
Save tiptopcoder/3bbc332bf73011719a4df03ff3b27c7d to your computer and use it in GitHub Desktop.
Override Next.js tsconfig for express local development
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"noEmit": false
},
"include": ["server"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment