my-chat-room/apps/api/tsconfig.spec.json

10 lines
199 B
JSON
Raw Normal View History

2020-10-09 13:32:53 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": ["**/*.spec.ts", "**/*.d.ts"]
}