Midday / apps /website /tsconfig.json
Jules
Final deployment with all fixes and verified content
c09f67c
{
"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"]
}