I'm using Liferay 7.2 and I have created react application using js-generator. By defaults it creating js files like index.js, App.js. I want typescript(.ts, .tsx) support in my Liferay react application. How can I? Please suggest the way to make Liferay react application supporting typescript.
I have gone through the below links and tried in my application as well :
- https://create-react-app.dev/docs/adding-typescript/
- https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
But above solutions not worked in case of Liferay react application.