You may use rootDirs
option within tsconfig.json
such as:
{
"compilerOptions": {
"rootDirs": [
"src",
"tests"
]
}
}
This can be looked up at Typescript documents, on this page (search for Virtual Directories with rootDirs subtitle): Module Resolution