Skip to content

Instantly share code, notes, and snippets.

@michal-wrzosek
Created September 18, 2019 20:21
Show Gist options
  • Save michal-wrzosek/0bbad133fa53d72202319affc6e23870 to your computer and use it in GitHub Desktop.
Save michal-wrzosek/0bbad133fa53d72202319affc6e23870 to your computer and use it in GitHub Desktop.
Create React App Boilerplate - ./tsconfig.json (baseUrl option)
{
"compilerOptions": {
"baseUrl": "src"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment