| 3e3af55 | | | 1 | { |
| 3e3af55 | | | 2 | "compilerOptions": { |
| 3e3af55 | | | 3 | "target": "ES2017", |
| 3e3af55 | | | 4 | "lib": ["dom", "dom.iterable", "esnext"], |
| 3e3af55 | | | 5 | "allowJs": true, |
| 3e3af55 | | | 6 | "skipLibCheck": true, |
| 3e3af55 | | | 7 | "strict": true, |
| 3e3af55 | | | 8 | "noEmit": true, |
| 3e3af55 | | | 9 | "esModuleInterop": true, |
| 3e3af55 | | | 10 | "module": "esnext", |
| 3e3af55 | | | 11 | "moduleResolution": "bundler", |
| 3e3af55 | | | 12 | "resolveJsonModule": true, |
| 3e3af55 | | | 13 | "isolatedModules": true, |
| 3e3af55 | | | 14 | "jsx": "preserve", |
| 3e3af55 | | | 15 | "incremental": true, |
| 3e3af55 | | | 16 | "plugins": [{ "name": "next" }], |
| 3e3af55 | | | 17 | "paths": { |
| 3e3af55 | | | 18 | "@/*": ["./*"] |
| 3e3af55 | | | 19 | } |
| 3e3af55 | | | 20 | }, |
| 3e3af55 | | | 21 | "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], |
| 3e3af55 | | | 22 | "exclude": ["node_modules"] |
| 3e3af55 | | | 23 | } |