vuepress-theme-plume/tsconfig.build.json

9 lines
173 B
JSON

{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{ "path": "./plugins/tsconfig.build.json" },
{ "path": "./theme/tsconfig.build.json" }
]
}