| { | |
| "extends": "../../tsconfig.base.json", | |
| "compilerOptions": { | |
| "jsx": "preserve", | |
| "allowJs": false, | |
| "noEmit": true, | |
| "plugins": [{ "name": "next" }], | |
| "paths": { | |
| "@/*": ["./*"] | |
| } | |
| }, | |
| "include": [ | |
| "next-env.d.ts", | |
| "**/*.ts", | |
| "**/*.tsx", | |
| ".next/types/**/*.ts" | |
| ], | |
| "exclude": ["node_modules", ".next", "dist", "__tests__/**/*"] | |
| } | |