- Use
pathsBasePath
if available to makecompilerOptions.paths
absolute (fixes #748) (6c866d2) - Format docs (d0d5f97)
- Increase enhanced-resolve cache duration (c7fa02e)
- Add test coverage for tsconfig.json w/ module:commonjs (3d5a536)
- Add non-standard CJS require calls in TS files as entry files (as require.resolve) (f8f0d66)
- Update docs (b2ea3a9)
- Fix regression issue template (f6066d6)
- Aid ts issues (9eff1bb)
- Enable more tests in Bun (953d6f6)
- Update lockfile (4d8b35b)
- Replace resolve with enhanced-resolve (39e0f22)
- Temp exclude unlisted in typescript integration test (76752c8)
- Inline playwright types (ea099cc)
- Add Vue example to compilers in docs (#733) (949ddd8)
- Minor refactor (8c21df5)
- Fix omitted expressions in Promise.all imports (resolves #725) (858c0b7)
- Clean up
tryResolve
etc. (e20a9e9) - fix: pnpm workspace fixes (#738) (d5003d1)
- Update .gitattributes to exclude binary files (b9b8f4d)
- Revert "CRLF will be replaced by LF the next time Git touches it" (0fdb4c9)
- Upgrade Astro (ccb7523)
- Use latest tsx again (2b7d053)
- Add
bun create @knip/config
to installation instructions (fb19915)