feat: add @vant/use

This commit is contained in:
chenjiahan
2020-09-10 21:03:53 +08:00
parent 14c1d4ea77
commit dbc6b92868
5 changed files with 1912 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES5",
"outDir": "./lib",
"module": "CommonJS",
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "Node",
"lib": ["esnext"]
},
"include": ["src/**/*"]
}