TypeScript-Node-Starter
TypeScript-Node-Starter copied to clipboard
Cannot find tsconfig.test.json
trafficstars
tsconfig.tests.json | Config settings for compiling tests written in TypeScript
I want to reference tsconfig.tests.json but It is not exists
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.