vant/packages/vant/tsconfig.json

11 lines
262 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"allowJs": true,
"noImplicitThis": true,
"types": ["vitest/globals", "vue/jsx", "csstype"]
},
"include": ["src/**/*", "docs/**/*", "test/**/*"],
"exclude": ["**/node_modules", "**/.*/"]
}