-
9c40ba3: Sets
moduleResolution
tobundler
(https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/#moduleresolution-bundler), bringing the compiler's behaviour into line with application bundlers.This is also the first major release as the rest of the defaults have settled down.
- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume
package.json#exports
, alongsidemain
.
-
1a7deef: Removes the
"incremental": true
setting, deferring the TypeScript defaults.This should be project-specific, not a default for all configs.
- 907c1dc: Enable the incremental compiler option for faster rebuilds
- 0f81c66: Fix incorrect output directories
- f04d503: Update @rollup/plugin-node-resolve to v14
- 73631d3: Update readme links
- a291be2: noop to test publishing
- 034da90: noop for release process testing
- 84f0eb8: Empty change to test release pipeline
- 1ee0271: Initial release