build(@vant/use): using babel to build
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"outDir": "./lib",
|
||||
"module": "CommonJS",
|
||||
"outDir": "./dist/types",
|
||||
"module": "ES2015",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"skipLibCheck": true,
|
||||
|
||||
Reference in New Issue
Block a user