21 lines
775 B
JSON
21 lines
775 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"files": [],
|
|
"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-windicss/tsconfig.build.json" },
|
|
{ "path": "./theme/tsconfig.build.json" }
|
|
]
|
|
}
|