{ | |
"compilerOptions": { | |
"baseUrl": ".", | |
"target": "ES6", | |
"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", | |
"incremental": true, | |
"noImplicitAny": false, | |
"typeRoots": ["types"] | |
}, | |
"include": ["src", "next-env.d.ts",], | |
"exclude": ["node_modules"] | |
} | |