forked from vuepress-reco/vuepress-theme-reco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
15 lines (15 loc) · 801 Bytes
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends": "./tsconfig.base.json",
"references": [
{ "path": "./packages/@vuepress-reco/shared/tsconfig.build.json" },
{ "path": "./packages/vuepress-theme-reco/tsconfig.build.json" },
{ "path": "./packages/@vuepress-reco/plugin-page/tsconfig.build.json" },
{ "path": "./packages/@vuepress-reco/plugin-comments/tsconfig.build.json" },
{ "path": "./packages/@vuepress-reco/plugin-vue-preview/tsconfig.build.json" },
{ "path": "./packages/@vuepress-reco/plugin-bulletin-popover/tsconfig.build.json" },
{ "path": "./packages/@vuepress-reco/plugin-vue-preview/tsconfig.build.json" },
{ "path": "./packages/@vuepress-reco/plugin-code-copy/tsconfig.build.json" },
{ "path": "./packages/@vuepress-reco/tailwindcss-config/tsconfig.build.json" },
],
"files": []
}