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

Set up project to use Typescript #11

Open AlexGaiser opened 3 years ago

AlexGaiser commented 3 years ago

I have created a repository here that details the features of ES2020 we may want to use. However this would limit our users to Node 12+ in some cases. However the most popular features like optional chaining would be available for pretty much any version of Node See this repository for more information on the features available: here

AlexGaiser commented 3 years ago

Added TSconfig.json, our target is ES5 and we will enable ES2020 features throughout the project

AlexGaiser commented 3 years ago

@brian-ogilvie @Scott-Ian I will close this issue once we are able to fully test the project. There might be some issues related to modules and imports that I missed.