I am trying in earnest to follow the accepted answer for this. I\'m using Knockout, Typescript, MVC, VS2017 and node modules for most of my packages. The problem I\'m having
added this to the top of extensions.ts:
extensions.ts
/// <reference path="./customKoBindings.d.ts" />
in my main.ts added this:
main.ts
import { KnockoutExtensions} from "./Common/extensions" const koExt = new KnockoutExtensions();