mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
23 lines
902 B
JSON
23 lines
902 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"references": [
|
|
{ "path": "./plugin-auto-frontmatter/tsconfig.build.json" },
|
|
{ "path": "./plugin-baidu-tongji/tsconfig.build.json" },
|
|
{ "path": "./plugin-blog-data/tsconfig.build.json" },
|
|
{ "path": "./plugin-caniuse/tsconfig.build.json" },
|
|
{ "path": "./plugin-copy-code/tsconfig.build.json" },
|
|
{ "path": "./plugin-iconify/tsconfig.build.json" },
|
|
{ "path": "./plugin-netlify-functions/tsconfig.build.json" },
|
|
{ "path": "./plugin-notes-data/tsconfig.build.json" },
|
|
{ "path": "./plugin-page-collection/tsconfig.build.json" },
|
|
{ "path": "./plugin-shikiji/tsconfig.build.json" },
|
|
{ "path": "./plugin-content-update/tsconfig.build.json" },
|
|
{ "path": "./plugin-search/tsconfig.build.json" },
|
|
{ "path": "./plugin-md-power/tsconfig.build.json" }
|
|
],
|
|
"files": []
|
|
}
|