Skip to content

Instantly share code, notes, and snippets.

@rzfury
Created November 19, 2020 15:01
Show Gist options
  • Save rzfury/919c6f52c0541913eb4b0da4f3a49495 to your computer and use it in GitHub Desktop.
Save rzfury/919c6f52c0541913eb4b0da4f3a49495 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment