build(@vant/use): using babel to build

This commit is contained in:
chenjiahan
2020-12-15 17:57:16 +08:00
parent 54fab50c3c
commit 909444766c
6 changed files with 189 additions and 10 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES5",
"outDir": "./lib",
"module": "CommonJS",
"outDir": "./dist/types",
"module": "ES2015",
"strict": true,
"declaration": true,
"skipLibCheck": true,