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

10 lines
160 B
JSON

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