You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments