This repository contains the code from my blog post "Building TypeScript with Bazel".
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
MIT
Simple demo for building a TypeScript project with Bazel.
https://blog.mgechev.com/2018/11/19/introduction-bazel-typescript-tutorial/
This repository contains the code from my blog post "Building TypeScript with Bazel".
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
MIT
Simple demo for building a TypeScript project with Bazel.
https://blog.mgechev.com/2018/11/19/introduction-bazel-typescript-tutorial/