echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Bug] Option 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.

Open jahnli opened this issue 2 years ago • 1 comments

Version

lastet

Link to Minimal Reproduction

No response

Steps to Reproduce

update typescript 5.0.2

Current Behavior

Option 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.

Expected Behavior

fix

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

jahnli avatar Mar 17 '23 01:03 jahnli

the same error as you

realmx avatar Mar 19 '23 15:03 realmx

ECharts uses a fixed typescript version 4.4 rather than 5.0 for development.

plainheart avatar Jul 08 '24 02:07 plainheart