Skip to content

Instantly share code, notes, and snippets.

@trinwin
Created August 1, 2020 23:36
{
"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