Copilot commented on code in PR #3317:
URL: https://github.com/apache/apisix-dashboard/pull/3317#discussion_r2931719394


##########
e2e/tsconfig.json:
##########
@@ -15,7 +15,9 @@
     "esModuleInterop": true,
     "skipLibCheck": true,
     "noImplicitAny": false,
+    "noEmit": true,

Review Comment:
   `tsconfig.json` now references `e2e/tsconfig.json`, but `e2e/tsconfig.json` 
is not marked as a project-reference build target (missing 
`compilerOptions.composite: true`). With `npm run build` using `tsc -b`, this 
typically fails with TS6306 for referenced projects. Consider adding 
`"composite": true` (and optionally a dedicated `tsBuildInfoFile`) to 
`e2e/tsconfig.json` so the build can succeed and `.tsbuildinfo` files are 
generated in a predictable location.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to