add-js-extension-jojo
v1.0.26
Published
Add the '.js' extension at the end of imports when compiling a typescript application
Downloads
15
Maintainers
Readme
add-js-extension-jojo
Add the .js
extension at the end of imports when compiling a TypeScript application.
Description
This package helps to automatically add the .js
extension to import statements in your compiled JavaScript files, which is required when using ES modules in Node.js.
Installation
You can install this package using npm:
npm install add-js-extension-jojo
Feel free to modify the content to better match your project's specifics and needs.