1.0.0 • Published 3 years ago

calculator-by-sajid v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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