Skip to content

Instantly share code, notes, and snippets.

@pipopotamasu
Created November 12, 2020 08:04
Show Gist options
  • Save pipopotamasu/7a024f402a3b85a1f06947ae470d4c9e to your computer and use it in GitHub Desktop.
Save pipopotamasu/7a024f402a3b85a1f06947ae470d4c9e to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "esnext",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
"baseUrl": "."
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules",
"**/*.test.ts",
"**/*.test.tsx"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment