tirkarthi commented on PR #68320:
URL: https://github.com/apache/airflow/pull/68320#issuecomment-4668943418

   Thanks, removed it. baseUrl seems to be the only deprecation. tsgo is still 
in development phase with 7.x series as a full golang port. I can open an issue 
as a followup to move to tsgo once released since the current tsgo builds are 
preview builds and any usage in CI with a regression in tsgo could block 
development.
   
   ```
   time npx tsgo --p tsconfig.app.json                       
   tsconfig.app.json:24:5 - error TS5102: Option 'baseUrl' has been removed. 
Please remove it from your configuration.
     Use '"paths": {"*": ["./*"]}' instead.
   
   24     "baseUrl": ".",
          ~~~~~~~~~
   
   
   Found 1 error in tsconfig.app.json:24
   
   npx tsgo --p tsconfig.app.json  3.14s user 0.79s system 546% cpu 0.719 total`
   
   time node_modules/typescript/bin/tsc --p tsconfig.app.json
   tsconfig.app.json:24:5 - error TS5101: Option 'baseUrl' is deprecated and 
will stop functioning in TypeScript 7.0. Specify compilerOption 
'"ignoreDeprecations": "6.0"' to silence this error.
     Visit https://aka.ms/ts6 for migration information.
   
   24     "baseUrl": ".",
          ~~~~~~~~~
   
   
   Found 1 error in tsconfig.app.json:24
   
   node_modules/typescript/bin/tsc --p tsconfig.app.json  9.96s user 0.83s 
system 248% cpu 4.333 total
   ```


-- 
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