| { | |
| "compilerOptions": { | |
| "target": "es5", | |
| "lib": ["dom", "dom.iterable", "esnext"], | |
| "allowJs": true, | |
| "skipLibCheck": true, | |
| "strict": false, | |
| "forceConsistentCasingInFileNames": true, | |
| "noEmit": true, | |
| "esModuleInterop": true, | |
| "module": "esnext", | |
| "moduleResolution": "node", | |
| "resolveJsonModule": true, | |
| "isolatedModules": true, | |
| "jsx": "preserve", | |
| "incremental": true | |
| }, | |
| "include": [ | |
| "next-env.d.ts", | |
| "remark-html.d.ts", | |
| "**/*.ts", | |
| "**/*.tsx", | |
| "tailwind.config.js", | |
| "postcss.config.js" | |
| ], | |
| "exclude": ["node_modules"] | |
| } | |