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

11 lines
222 B
JSON
Raw Normal View History

2020-10-09 13:32:53 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"outDir": "../../dist/out-tsc",
"allowJs": true,
"types": ["cypress", "node"]
},
"include": ["src/**/*.ts", "src/**/*.js"]
}