mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-12-12 03:32:19 +08:00
10 lines
210 B
JSON
10 lines
210 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": ["./**/*.ts", "./**/*.vue"],
|
|
"compilerOptions": {
|
|
"types": ["vite/client"],
|
|
"allowJs": true,
|
|
"noUncheckedIndexedAccess": false
|
|
}
|
|
}
|