vant/packages/vant-cli/tsconfig.json
neverland 8382fd15ad
fix(@vant/cli): should allow to click anchor (#9434)
* fix(@vant/cli): should allow to click anchor

* chore: add
2021-09-10 11:07:28 +08:00

14 lines
260 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"outDir": "./lib",
"module": "commonjs",
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"]
},
"include": ["src/**/*"]
}