forked from vuepress/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.json
45 lines (45 loc) · 2.2 KB
/
tsconfig.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
{
"extends": "./tsconfig.base.json",
"references": [
{ "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-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" }
],
"files": []
}