A utils for building JS/TS projects with bun.
- Support resolving path alias in
tsconfig.json. - Correctly handle dts content generation for entrypoints.
- Use
obugto provide debugging info. - Add test cases about generating dts for
filesoption. - Avoid missing rebuild if file changes happens during ongoing rebuild.
- Safely close watchers on exit.
- Prompt user to enable
isolateModulesif not enabled. - Fix
packages: bundlemode? - ...