my-chat-room/libs/api-interfaces/tsconfig.json

14 lines
197 B
JSON
Raw Normal View History

2020-10-09 13:32:53 +00:00
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}