build: bump NextJS from to 16 with turbopack enable for web production build boost (#27014)

Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
This commit is contained in:
Bowen Liang
2026-01-21 12:53:29 +08:00
committed by GitHub
parent db4fb06c5f
commit 071bbc6d74
8 changed files with 120 additions and 164 deletions

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"incremental": true,
"target": "es2022",
"jsx": "preserve",
"jsx": "react-jsx",
"lib": [
"dom",
"dom.iterable",
@ -38,7 +38,7 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"app/components/develop/Prose.jsx"
".next/dev/types/**/*.ts"
],
"exclude": [
"node_modules"