chore: Update tsconfig.json for Next.js 15 compatibility

- Remove .next/types/**/*.ts from include (no longer needed in Next.js 15)
This commit is contained in:
Francesco
2026-02-19 02:52:28 +00:00
parent 9fa29059da
commit a542eee29c

View File

@@ -22,6 +22,6 @@
"@/*": ["./*"] "@/*": ["./*"]
} }
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"] "exclude": ["node_modules"]
} }