Month: November 2019
-
Missing .tsconfig when converting existing ReactJS project
Hi everyone, I’ve finally decided to start learning typescript while working on a side project. The plan was to convert the existing project over using the following command: npm install –save typescript @types/node @types/react @types/react-dom @types/jest After restarting the web server I had expected to see a tsconfig.json file that would allow me to setup…