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
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4480,6 +4480,10 @@
4480
4480
"category": "Error",
4481
4481
"code": 5010
4482
4482
},
4483
+
"The common source directory of '{0}' is '{1}'. The 'rootDir' setting must be explicitly set to this or another path to adjust your output's file layout.": {
/app/tsconfig.json(3,9): error TS5011: 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.
2
+
Visit https://aka.ms/ts6 for migration information.
3
+
4
+
5
+
==== /app/tsconfig.json (1 errors) ====
6
+
{
7
+
"compilerOptions": {
8
+
"outDir": "bin",
9
+
~~~~~~~~
10
+
!!! error TS5011: 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.
11
+
!!! error TS5011: Visit https://aka.ms/ts6 for migration information.
0 commit comments