Initialize the project

Initialize the project

Now we’ll turn this folder into an npm package.

1
npm init

You’ll be given a series of prompts. You can use the defaults except for your entry point. For your entry point, use ./dist/main.js. You can always go back and change these in the package.json file that’s been generated for you.

doc_TypeScript
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.