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

8 lines
119 B
JSON
Raw Normal View History

2020-10-09 13:32:53 +00:00
{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
}
}