How can I use separate `src/` and `test/` files in a Typescript project?
I’d like to keep my source code and tests separate in my Typescript project:
Ignore TypeScript errors under all circumstances
How can I always ignore a TypeScript error without getting an error if the actual error does not occur?