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

8 lines
119 B
JSON

{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
}
}