Skip to content

Latest commit

 

History

History
 
 

typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

To-do

TypeScript

  • browserlist configuration for compat
  • eslint configuration for linting
  • unit tests (chai + mocha + chai as promised + some coverage reporter)
  • doc comments

Using the abstractions

  1. Add a .npmrc file with the following content

    @microsoft:registry=https://npm.pkg.github.com/
    
  2. npm login --scope=@microsoft --registry=https://npm.pkg.github.com (use a token with package:read, repo and SSO enabled for the Microsoft organization as the password)

  3. npm i @microsoft/kiota-abstractions -S.