Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tsconfig to emit JS files in addition to declarations (#470)
`tsconfig.build.json` is now instructing TypeScript to only emit type declaration files instead of also emitting JavaScript files. This change was erroneously made in a previous commit. This commit removes that instruction.
- Loading branch information