Links
Comment on page

Typescript

TSConfig

You will need to set the baseUrl property of your tsconfig.json file. This is typically set to:
{
"compilerOptions": {
"baseUrl": ""
}
}

Babel

If you are unsure on how to set up a Typescript project with Babel you can read more here: