Update the servicestack-client typescript pacakge to include .d.ts files in npm
Creating new Angular 2.0 projects with the angular CLI is simpler if all the packages required include their typescript definition files in their npm package which allows the types to be registered by calling : npm install @types/servicestack-client instead of having to rely on using typings. Please consider updating your npm pacakge to include the typescript definition files for the typescript client.
3
votes

From v4.0.46 we’re shipping Types inside the servicestack-client npm package