00_calculator

1.1.0 • Public • Published

Steps

npm init -y tsc --init

in package.json add: "types":"module",

optional: "start":"tsc && node index.js"

in tsconfig.js add:

"target": "ES2022"

"module": "NodeNext", "moduleResolution": "NodeNext",

install packages using npm: npm i inquirer npm i @types/inquirer -D

Readme

Keywords

none

Package Sidebar

Install

npm i 00_calculator

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

16.5 kB

Total Files

5

Last publish

Collaborators

  • sajidmunawar