forked from vuepress/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
34 lines (34 loc) · 1.68 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
{
"extends": "./tsconfig.base.json",
"references": [
{ "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-stylus/tsconfig.build.json"
},
{ "path": "./packages/@vuepress/plugin-pwa/tsconfig.build.json" },
{ "path": "./packages/@vuepress/plugin-pwa-popup/tsconfig.build.json" },
{ "path": "./packages/@vuepress/shared/tsconfig.build.json" },
{ "path": "./packages/@vuepress/theme-default/tsconfig.build.json" },
{ "path": "./packages/@vuepress/theme-vue/tsconfig.build.json" },
{ "path": "./packages/@vuepress/utils/tsconfig.build.json" },
{ "path": "./packages/vuepress/tsconfig.build.json" }
],
"files": []
}