chore: add vant-markdown-vetur package

This commit is contained in:
陈嘉涵
2019-08-22 11:37:13 +08:00
parent 3a65004c6f
commit c5514f73b8
6 changed files with 370 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig",
"include": ["src/*"],
"compilerOptions": {
"module": "commonjs",
"outDir": "lib",
"noEmit": false
}
}