AlexGaiser / fast-react

A CLI tool to quickly spin up a lightweight and fully customizable react project
MIT License
0 stars 0 forks source link

Add option for baseURL to be set to allow absolute imports #20

Open AlexGaiser opened 3 years ago

AlexGaiser commented 3 years ago

We should allow an option to set up absolute imports for the generated project.

I have found this to be very useful and it is always annoying to set up. It would be nice if we added it as an option.

brian-ogilvie commented 3 years ago

Not sure what you mean here. Do you mean setting up /src as the baseURL in your .tsconfig?