Closed Shashwat3012 closed 1 month ago
This Pull Request aims to convert the existing JavaScript project to TypeScript. The migration to TypeScript enhances code maintainability, provides better type safety, and improves developer experience with modern tooling and autocompletion.
This PR addresses issue #77.
tsconfig.json
.js
.ts
ts-jest
@0xflotus Please review the PR and let me know if any further changes are needed
Issues 1 New issue 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
Convert Project to TypeScript
Overview
This Pull Request aims to convert the existing JavaScript project to TypeScript. The migration to TypeScript enhances code maintainability, provides better type safety, and improves developer experience with modern tooling and autocompletion.
Related Issue
This PR addresses issue #77.
Changes Made
tsconfig.json
: Created a TypeScript configuration file to manage compiler options..js
files to.ts
for proper TypeScript support.ts-jest
preset and ensuring compatibility with TypeScript files.Steps Taken
Benefits
@0xflotus Please review the PR and let me know if any further changes are needed