galaxyxone / openlinks

A simple CMS to generate and deploy a personalized webpage on IPFS
MIT License
16 stars 6 forks source link

fix: tsconfig paths error upon starting the app #131

Closed m-yasir closed 1 year ago

m-yasir commented 1 year ago

This pull request proposes the following changes:

Why is this needed?

CRA doesn't support path alias out of the box and tries to override the default tsconfig.json. Therefore, to be compliant with that behaviour, we extend default tsconfig.json from tsconfig.base.json so our tsconfig isn't overridden.