We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1f7a5 commit a5569b3Copy full SHA for a5569b3
packages/@vuepress/cli/package.json
@@ -31,6 +31,7 @@
31
},
32
"dependencies": {
33
"@vuepress/core": "2.0.0-alpha.13",
34
+ "@vuepress/shared": "2.0.0-alpha.13",
35
"@vuepress/utils": "2.0.0-alpha.13",
36
"cac": "^6.7.1",
37
"chokidar": "^3.4.3",
packages/@vuepress/cli/tsconfig.build.json
@@ -8,6 +8,7 @@
8
"include": ["./src"],
9
"references": [
10
{ "path": "../core/tsconfig.build.json" },
11
+ { "path": "../shared/tsconfig.build.json" },
12
{ "path": "../utils/tsconfig.build.json" }
13
]
14
}
0 commit comments