You will need to set the baseUrl property of your tsconfig.json file. This is typically set to:
{ "compilerOptions": { "baseUrl": "" }}
If you are unsure on how to set up a Typescript project with Babel you can read more here: