vant/packages/vant/tsconfig.json
2021-11-23 10:14:54 +08:00

9 lines
163 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"allowJs": true,
"noImplicitThis": true
},
"include": ["src/**/*", "docs/**/*", "test/**/*"]
}