You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(replay): Remove src sub-directory in build/types (#6353)
Previously, types were built into `build/npm/types/src/index.d.ts`. The `src` sub-directory shouldn't be in there, so this patch fixes that by removing some leftover properties in the main `tsconfig.json` which caused this sub-directory to appear.
Also removed a few additional unnecessary properties, such as `types` which we only need in `tsconfig.test.json`.
0 commit comments