Description
Hello, I love adding emojis to my commits and recently I found this repository to be a good tool to automate this process to me and also other devs of projects I work on. The thing is, I like TypeScript and have a tendency of not allowing any .js files in projects I work with. The fact this project only supported configuration file in .js format kind of bothered me a little, so I decided to add typescript support for the configuration file devmoji.config.ts.
The PR is here: #220
Type of change
How Has This Been Tested?
I ran all the test suits with both yarn test and yarn test:cov and provided a new test to the new typescript configuration file.

(Also tried to improve coverage a bit by adding a test for a uncovered scenario config file does not exist).
Checklist:
Description
Hello, I love adding emojis to my commits and recently I found this repository to be a good tool to automate this process to me and also other devs of projects I work on. The thing is, I like TypeScript and have a tendency of not allowing any .js files in projects I work with. The fact this project only supported configuration file in .js format kind of bothered me a little, so I decided to add typescript support for the configuration file
devmoji.config.ts.The PR is here: #220
Type of change
How Has This Been Tested?
I ran all the test suits with both
yarn testandyarn test:covand provided a new test to the new typescript configuration file.(Also tried to improve coverage a bit by adding a test for a uncovered scenario
config file does not exist).Checklist: