You need to install @types/echarts.
@types/echarts
npm i @types/echarts
and to use it, you need to import it like this:
import { EChartsOption } from "echarts"; const options: EChartsOption = { /* YOUR OPTIONS */ }