vuepress-theme-plume/tsconfig.build.json
2022-03-13 06:14:05 +08:00

9 lines
155 B
JSON

{
"extends": "./tsconfig.base.json",
"references": [
{ "path": "./tsconfig.esm.json" },
{ "path": "./tsconfig.cjs.json" }
],
"files": []
}