@sumitc-2048/json_placeholder_api_sdk
v1.0.0
Published
@sumitc-2048/json_placeholder_api_sdk
Readme
run the following commands:
npm init -y npm i typescript @types/node ts-node nodemon prettier -D npm i axios npx tsc --init
now tsconfig.json file has been created we have to do some changes in it
uncomment: "rootDir": "./src", "outDir": "./dist", "declaration": true,
make some files and folders: $ ls node_modules/ package.json package-lock.json readme.md src/ tsconfig.json
update package.json
run command: npm run build
