In this PR, I am referencing the dependencies (typescript and jest) directly instead of accessing them using node_modules/** relative paths which is not the clean way since these paths may change by their providers at any time and that would break these npm scripts!
Hello,
I am proposing the below fix about npm scripts.
In this PR, I am referencing the dependencies (typescript and jest) directly instead of accessing them using node_modules/** relative paths which is not the clean way since these paths may change by their providers at any time and that would break these npm scripts!
Thanks for your review =)