IronCoreLabs / ironhide

Tool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale.
GNU Affero General Public License v3.0
44 stars 6 forks source link

Fix ironhide build with new incremental build system in TS #19

Closed ernieturner closed 5 years ago

coltfred commented 5 years ago

This is required because typescript has a nice feature which prevents rebuilding. Removing the tsconfig.tsbuildinfo causes it to rebuild.