Resolve Deprecation Error for TC3 HMI Build

 Error occurred while building or publishing a TC3 HMI project: Build: Option 'suppresslmplicitAnylndexErrors' is deprecated and will be discontinued in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.


The reason for this error is that in a new version of the TE2000 project, updating NuGet packages automatically installs the latest version of the Microsoft.TypeScript.MSBuild environment.

Since this version is above 5.0, we can simply downgrade it to version 4.9 to resolve the error.



After installation, restart the software.

If the problem persists after changing the version, you can directly suppress the error by adding the following code to tsconfig.tpl.json: "ignoreDeprecations": "5.0",