The following instructions assume that you have typescript node installed.
Now clone the repository to your machine:
git clone https://github.com/oracle/oci-typescript-sdk.git
cd oci-typescript-sdk
# npm install the dependencies
npm install
This will install all the dependencies of the SDK into your workspace.
# compile the TypeScript files into JavaScript files
npm run build