build(@vant/area-data): generate both cjs/esm output (#10107)

This commit is contained in:
neverland
2021-12-28 11:23:52 +08:00
committed by GitHub
parent 90e64101a7
commit ffd7f4437d
5 changed files with 33 additions and 8 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"target": "ES2019",
"outDir": "./lib",
"outDir": "./dist",
"declaration": true
},
"include": ["src/**/*"]