11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"references": [
|
|
{ "path": "./plugin-md-power/tsconfig.build.json" }
|
|
],
|
|
"files": []
|
|
}
|