This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
M109 Release
- 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.