Comment on page
Typescript
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:
Last modified 3yr ago