vuepress-theme-plume/scripts/create/template/tsconfig.build.json.tpl
2022-05-04 07:04:27 +08:00

13 lines
179 B
Smarty

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