| { | |
| "extends": "@midday/tsconfig/nextjs.json", | |
| "compilerOptions": { | |
| "baseUrl": ".", | |
| "paths": { | |
| "@/*": ["./src/*"] | |
| } | |
| }, | |
| "include": [ | |
| "next-env.d.ts", | |
| "next.config.js", | |
| "**/*.ts", | |
| "**/*.tsx", | |
| ".next/types/**/*.ts", | |
| "tailwind.config.ts" | |
| ], | |
| "exclude": ["node_modules"] | |
| } | |