Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description `tsc` generated directory structure reflects source structure, starting from `rootDir` specified in ts-config. We can't set it to `src/reanimated2` because it has to contain _all_ sources (including d.ts files we have in repo root). To workaround that we move generated directory two levels upper. This PR also splits `type:generate` task to make it more maintainable.
- Loading branch information