build: add files of vant-cli 2
This commit is contained in:
13
packages/vant-cli/tsconfig.json
Normal file
13
packages/vant-cli/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"outDir": "./lib",
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["esnext", "dom"]
|
||||
},
|
||||
"include": ["src/**/*", "site"]
|
||||
}
|
||||
Reference in New Issue
Block a user