vinod3021


  • ``` npm init npm i -D typescript npm i -D ts-node ``` #### For running project use nodemon ``` npm i -D nodemon ``` #### Configure typescript create a new file ```tsconfig.json``` in root directory ``` javascript { "compilerOptions": {

    published 1.0.0 10 months ago