mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-12-12 11:51:40 +08:00
9 lines
187 B
JSON
9 lines
187 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["vitest/globals", "vite/client"],
|
|
"noEmit": true
|
|
},
|
|
"include": ["tests/**/*.ts", "tests/types/**/*.d.ts"]
|
|
}
|