Skip to content

Instantly share code, notes, and snippets.

@emekaorji
Created July 17, 2023 13:28
Show Gist options
  • Save emekaorji/1182b3f080ee42f7bf2325746e99233f to your computer and use it in GitHub Desktop.
Save emekaorji/1182b3f080ee42f7bf2325746e99233f to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment