diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 13:02:47 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 13:06:44 -0400 |
| commit | 50105d7855f69190f235ebd50e261863905ef173 (patch) | |
| tree | 650688610cfc1682e5cf580aa0a517b6bd60d127 /Makefile | |
| parent | 2da9893da33f05fd9122b6052c67eabcd570b0d5 (diff) | |
Use typescript
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ msg.pb.js: msg.proto node_modules msg.pb.d.ts: msg.pb.js node_modules ./node_modules/.bin/pbts -o msg.pb.d.ts msg.pb.js -dist/main.js: main.ts msg.pb.js msg.pb.d.ts node_modules +dist/main.js: main.ts compiler.ts fs.ts util.ts msg.pb.js msg.pb.d.ts node_modules ./node_modules/.bin/tsc --noEmit # Only for type checking. ./node_modules/.bin/parcel build --out-dir=dist/ --no-minify main.ts |
