vant/packages/vant-cli/tsconfig.json
2023-07-02 17:39:30 +08:00

11 lines
204 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"target": "ES2019",
"outDir": "./lib",
"declaration": true
},
"include": ["src/**/*"],
"exclude": ["**/node_modules", "**/.*/"]
}