I'm struggling to disable this setting in my tsconfig
file. The TS documentation doesn't seem to have any information about how to do it.
no-use-before-declare I'm facing an issue where my test stub data objects are interfering with each other in a specific scenario, and relocating them doesn't solve the problem.
https://i.sstatic.net/qHNC7.jpg
If I move countryStub up, I encounter the following issue:
https://i.sstatic.net/SaYaD.jpg
Similarly, moving locationStub up leads to:
https://i.sstatic.net/vzTej.jpg
And shifting communityStub upwards results in:
https://i.sstatic.net/KNCw2.jpg
Given that only tests use this, I'm not concerned about this error and would like to turn it off.