Problem/Motivation

TypeScript 6.0 beta is already released.
And TypeScript 7.0 which is rewritten with Go lang plans to release near the future.
Need to check the current code.

Remaining tasks

Comments

tom konda created an issue. See original summary.

tom konda’s picture

Issue summary: View changes

Tried npm test command on TypeScript 6.0, it occurred a error.

> ts_for_core@0.0.1 test
> tsc -p ./tsconfig.tests.json

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.


Found 1 error.

Need fix it.