In Local dev add this at the top of your script :
/// <reference path="…/…/dist/preview release/babylon.d.ts"/>
As a huge plus, you can run gulp npmPackages-es6
This will create all the Babylon packages in a temp folder and properly link them for you. Then in your local app a simple npm link @babylonjs/… will make it target your local version