Created
August 1, 2020 23:36
-
-
Save trinwin/20e9e0c55b76d5b299567fd9a1b76f6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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