fix(@vant/cli): should allow to click anchor (#9434)

* fix(@vant/cli): should allow to click anchor

* chore: add
This commit is contained in:
neverland
2021-09-10 11:07:28 +08:00
committed by GitHub
parent 7f38a0d988
commit 8382fd15ad
4 changed files with 25 additions and 1 deletions

View File

@@ -9,5 +9,5 @@
"esModuleInterop": true,
"lib": ["esnext", "dom"]
},
"include": ["src/**/*", "site"]
"include": ["src/**/*"]
}