Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

M109 Release

Compare
Choose a tag to compare
@serkan-inci serkan-inci released this 09 Dec 08:30
  • Switched to using @types support for the types. Please remove previously dependent types loaded through tsd. The dependent types will be loaded automatically when the package is installed. All you need to do is adding below line to the top of the TypeScript file:
   /// <reference types="vss-web-extension-sdk" />

Make sure that you specify "moduleResolution": "node" in your tsconfig.json file.