Skip to content

Instantly share code, notes, and snippets.

@spiritbroski
Created July 10, 2021 11:01
Show Gist options
  • Save spiritbroski/6a76bdd6fcf82ffe39a1682ba25d8bce to your computer and use it in GitHub Desktop.
Save spiritbroski/6a76bdd6fcf82ffe39a1682ba25d8bce 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"
},
"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