Skip to content

Instantly share code, notes, and snippets.

@trinwin
Created August 1, 2020 23:36
Show Gist options
  • Save trinwin/20e9e0c55b76d5b299567fd9a1b76f6e to your computer and use it in GitHub Desktop.
Save trinwin/20e9e0c55b76d5b299567fd9a1b76f6e 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,
"noImplicitAny": false,
"jsx": "preserve",
"baseUrl": "./",
"paths": {
"@components/*": ["./components/*"]
}
},
"exclude": ["node_modules"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment