Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): correct
rootDir
in tsconfig.json
It looks like the default `rootDir` was `"."`, but for some reason, adding the `src/version.js` file changed the `rootDir` to `"./src/"`. Fixes: 9a42e3c Fixes: #803
- Loading branch information