15 lines
210 B
Smarty
15 lines
210 B
Smarty
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [
|
|
{{#if client}}
|
|
{
|
|
"path": "./tsconfig.esm.json"
|
|
},
|
|
{{/if}}
|
|
{
|
|
"path": "./tsconfig.cjs.json"
|
|
}
|
|
],
|
|
"files": []
|
|
}
|