Today (once the PR goes in) you can write ``` ts /// <reference library="jquery" /> ``` but there is no equivalent in tsconfig.json. We should support e.g. ``` js { "files": ["myFile.ts"], "libraries": ["jquery"], <--- ... } ```