Currently, we only include js files (and exclude ts files) in the release due to changes in https://github.com/vega/vega-lite/pull/1649. However, I think we should instead include both to provide flexibility for both downstream ts and js projects. - [ ] Move all build files (including `vega-lite.js|min.js` and all compiled `*.js` and `*.d.ts`) to `build/` - [ ] Keep the ts src files in the release.