As it currently stands, you cannot import the source files and the things you want to test easily. You have to use absolute imports, you get no code completion, the types (interfaces for requests for example) are lost. And it doesn't even seem to work without a seperate tconfig file as you cannot do import froms . Does anyone have a testing setup with similar structure to this project that works? Preferably with relative imports, code completion and everything