vuepress-theme-plume/scripts/create/template/tsconfig.build.json.tpl

15 lines
210 B
Smarty

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