Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created November 23, 2020 14:44
Show Gist options
  • Save ernestofreyreg/3bc26371c98d76183341c233b416c1c4 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/3bc26371c98d76183341c233b416c1c4 to your computer and use it in GitHub Desktop.
{
"extends": "../../../config/next.tsconfig.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"compilerOptions": {
"baseUrl": "./src"
},
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment