microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find tsconfig.test.json

jinbeomdev opened this issue · comments

commented

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.