By default, vanilla reactjs project is created with nodejs as the runtime engine and javascript as the programming language through npm initialize command. In order to migrate into typescript based nodejs, a sets of library is required to be installed including tsc (typescript compiler), bundler (example is eslint) as well as typescript based react library.