vuepress-theme-plume/tsconfig.build.json
2023-12-27 02:18:19 +08:00

9 lines
173 B
JSON

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