vuepress-theme-plume/tsconfig.build.json
2022-04-05 11:50:15 +08:00

9 lines
198 B
JSON

{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{ "path": "./packages/theme/tsconfig.build.json" },
{ "path": "./packages/plugin-caniuse/tsconfig.build.json" }
]
}