@tofrankie/tsconfig 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/node.lib.tsdown.json +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## tsconfig@0.0.4 (2026-03-31)
|
|
4
|
+
|
|
5
|
+
- Update `node.lib.tsdown.json` preset: disable `declarationMap`
|
|
6
|
+
- Because tsdown `sourcemap` option will always be `true` if you have [`declarationMap`](https://www.typescriptlang.org/tsconfig/#declarationMap) option enabled in your `tsconfig.json`.
|
|
7
|
+
|
|
3
8
|
## tsconfig@0.0.3 (2026-03-30)
|
|
4
9
|
|
|
5
10
|
- Add `strictest.json` preset (formerly the `strict.json` preset)
|
package/node.lib.tsdown.json
CHANGED