Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set allowJs in TypeScript build config
* The `/proto` directory was not being compiled in the released package, because it only contains `.js` and `.d.ts` files, as opposed to `.ts` files * This caused an import error when trying to use the built package, because `compiled.js` and `compiled.ts` were not present * When building the project for release (with `tsconfig.build.json`), set `allowJs: true`, so that the TypeScript compiler will include these files in the package
- Loading branch information