Nextjs 15 working

This commit is contained in:
2024-12-07 13:13:23 +01:00
parent 1e819e8476
commit 23f95ea661
3 changed files with 185 additions and 282 deletions

View File

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