Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ESM default export and typings files
In projects with a `moduleResolution` set to `node`, TypeScript can't find the `/app` and `/pages` imports as there aren't any .d.ts files named that way at the root of the package. Attempting to resolve this problem by simlinking those files to their counterparts in `dist/`
- Loading branch information