Skip to content

Commit f2d15d0

Browse files
committed
chore(changeset): add changeset for TypeScript 6.0 tsconfig fix
1 parent 44954fd commit f2d15d0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.changeset/evil-words-taste.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@opennextjs/cloudflare": patch
3+
---
4+
5+
fix(tsconfig): make tsconfig files compatible with TypeScript 6.0
6+
7+
This change updates tsconfig files to fix the following TypeScript 6.0 errors:
8+
9+
```text
10+
Option 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
11+
Visit https://aka.ms/ts6 for migration information.
12+
13+
The common source directory of 'tsconfig.json' is './src'. The 'rootDir' setting must be explicitly set to this or another path to adjust your output's file layout.
14+
Visit https://aka.ms/ts6 for migration information.
15+
```

0 commit comments

Comments
 (0)