vant/packages/vant/tsconfig.json
2023-12-23 09:14:04 +00:00

11 lines
251 B
JSON

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