mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-12-12 03:32:19 +08:00
* chore: up version and deps
* chore: use pnpm CLI to get versions
* add note for echarts 6 upgrade guide
* remove docs script
let cdn to redirect for us
* Revert "remove docs script"
This reverts commit 3bc237db91.
* update demo links
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"include": ["*.config.*", "scripts/**/*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["ESNext"],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|