@storm-software/tsconfig 0.33.0 → 0.33.1

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.33.1 (2024-09-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ - **build-tools:** Resolve issue with redundant build configurations ([0f0fa421](https://github.com/storm-software/storm-ops/commit/0f0fa421))
7
+
1
8
  ## 0.33.0 (2024-08-03)
2
9
 
3
10
 
package/base.json CHANGED
@@ -27,6 +27,6 @@
27
27
  "skipLibCheck": true,
28
28
  "skipDefaultLibCheck": true,
29
29
  "esModuleInterop": true,
30
- "preserveSymlinks": true
30
+ "preserveSymlinks": false
31
31
  }
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsconfig",
3
- "version": "0.33.0",
3
+ "version": "0.33.1",
4
4
  "description": "⚡ A package containing shared `tsconfig.json` files used in various other repositories by Storm Software.",
5
5
  "repository": {
6
6
  "type": "github",
File without changes