TypeScript-Node-Starter icon indicating copy to clipboard operation
TypeScript-Node-Starter copied to clipboard

Cannot find tsconfig.test.json

Open jinbeomdev opened this issue 4 years ago • 1 comments
trafficstars

tsconfig.tests.json | Config settings for compiling tests written in TypeScript

I want to reference tsconfig.tests.json but It is not exists

jinbeomdev avatar Sep 26 '21 02:09 jinbeomdev

Hey, this specific repo is using a single tsconfig.json. This applies to tests as well, the jest config re-uses tsconfig.json for ts-jest setup. So if you need a different setup for tests (say for mocking differently and with different deps), please just create one and extend tsconfig.json root one.

peterblazejewicz avatar Sep 26 '21 09:09 peterblazejewicz