-
Notifications
You must be signed in to change notification settings - Fork 28
/
tsconfig.build.json
50 lines (50 loc) · 2.52 KB
/
tsconfig.build.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"extends": "./tsconfig.base.json",
"references": [
{ "path": "./packages/vupress-plugin-valine-comment/tsconfig.build.json" },
// { "path": "./packages/@vuepress/bundler-vite/tsconfig.build.json" },
// { "path": "./packages/@vuepress/bundler-webpack/tsconfig.build.json" },
// { "path": "./packages/@vuepress/cli/tsconfig.build.json" },
// { "path": "./packages/@vuepress/client/tsconfig.build.json" },
// { "path": "./packages/@vuepress/core/tsconfig.build.json" },
// { "path": "./packages/@vuepress/markdown/tsconfig.build.json" },
// {
// "path": "./packages/@vuepress/plugin-active-header-links/tsconfig.build.json"
// },
// { "path": "./packages/@vuepress/plugin-back-to-top/tsconfig.build.json" },
// { "path": "./packages/@vuepress/plugin-container/tsconfig.build.json" },
// { "path": "./packages/@vuepress/plugin-debug/tsconfig.build.json" },
// { "path": "./packages/@vuepress/plugin-docsearch/tsconfig.build.json" },
// {
// "path": "./packages/@vuepress/plugin-external-link-icon/tsconfig.build.json"
// },
// { "path": "./packages/@vuepress/plugin-git/tsconfig.build.json" },
// {
// "path": "./packages/@vuepress/plugin-google-analytics/tsconfig.build.json"
// },
// { "path": "./packages/@vuepress/plugin-medium-zoom/tsconfig.build.json" },
// { "path": "./packages/@vuepress/plugin-nprogress/tsconfig.build.json" },
// {
// "path": "./packages/@vuepress/plugin-palette/tsconfig.build.json"
// },
// {
// "path": "./packages/@vuepress/plugin-prismjs/tsconfig.build.json"
// },
// { "path": "./packages/@vuepress/plugin-pwa/tsconfig.build.json" },
// { "path": "./packages/@vuepress/plugin-pwa-popup/tsconfig.build.json" },
// {
// "path": "./packages/@vuepress/plugin-register-components/tsconfig.build.json"
// },
// { "path": "./packages/@vuepress/plugin-search/tsconfig.build.json" },
// { "path": "./packages/@vuepress/plugin-shiki/tsconfig.build.json" },
// { "path": "./packages/@vuepress/plugin-theme-data/tsconfig.build.json" },
// { "path": "./packages/@vuepress/plugin-toc/tsconfig.build.json" },
// { "path": "./packages/@vuepress/shared/tsconfig.build.json" },
// { "path": "./packages/@vuepress/theme-default/tsconfig.build.json" },
// { "path": "./packages/@vuepress/utils/tsconfig.build.json" },
// { "path": "./packages/vuepress/tsconfig.build.json" },
// { "path": "./packages/vuepress-vite/tsconfig.build.json" },
// { "path": "./packages/vuepress-webpack/tsconfig.build.json" }
],
"files": []
}