my-chat-room/apps/chat-room-e2e/tsconfig.json

11 lines
147 B
JSON
Raw Normal View History

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