Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Cannot find tsconfig.test.json #346

Open
jinbeomdev opened this issue Sep 26, 2021 · 1 comment
Open

Cannot find tsconfig.test.json #346

jinbeomdev opened this issue Sep 26, 2021 · 1 comment

Comments

@jinbeomdev
Copy link

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

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

@peterblazejewicz
Copy link
Collaborator

peterblazejewicz commented Sep 26, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants