I am using jQuery and it's definitions from Definitely Typed collection. I want to extend it with a Farbtastitc color picker that ads new methods directly to JQueryStatic, for instance:
$.farbtastic(placeholder)
I don't want to modify the original jquery.d.ts
file to add this method, instead I would like to create something like jquery-extend.d.ts
with the added methods.