Created by: amehdaly
When the user migrate the existing React JS project to support Typescript a parsing error will raise during the build when using 'as' keyword in any .tsx file, the solution is to add a missing "eslintConfig" entry configuration to 'package.json'