Commit 24b600f
authored
chore(nextjs): Add
Recently[1], nextjs started auto-defaulting the `incremental` tsconfig option[2] (which caches certain information build to build) to `true` in nextjs projects using typescript, by modifying the projects' `tsconfig` files.
This incorporates that `tsconfig` change into the app we use for integration tests.
[1] vercel/next.js#29169
[2] https://www.typescriptlang.org/tsconfig#incrementalincremental option to nextjs integration test tsconfig (#4248)1 parent bb80135 commit 24b600f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments