Bazel TypeScript Demo This repository contains the code from my blog post "Building TypeScript with Bazel". Usage To setup the project run: yarn To build the project: ./node_modules/.bin/bazel build :bundle Execute the produced bundle: node bazel-bin/bundle.js License MIT