update nextjs 15

This commit is contained in:
2025-03-04 19:23:38 +01:00
parent e5d3c8c5af
commit eeedfd8daa
3 changed files with 1135 additions and 732 deletions

View File

@ -19,7 +19,8 @@
],
"paths": {
"@/*": ["./*"]
}
},
"target": "ES2023"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]