@storm-software/tsconfig 0.3.5 → 0.3.6

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,36 +1,40 @@
1
- ## 0.3.5 (2024-04-09)
1
+ ## 0.3.6 (2024-04-09)
2
+
3
+ ### 🩹 Fixes
2
4
 
5
+ - **tsconfig:** Resolve invalid base tsconfig modules ([af07fcdb](https://github.com/storm-software/storm-ops/commit/af07fcdb))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Patrick Sullivan
10
+
11
+ ## 0.3.5 (2024-04-09)
3
12
 
4
13
  ### 🩹 Fixes
5
14
 
6
15
  - **build-tools:** Updates to base tsconfig and build tools ([97648eac](https://github.com/storm-software/storm-ops/commit/97648eac))
7
16
 
8
-
9
- ### ❤️ Thank You
17
+ ### ❤️ Thank You
10
18
 
11
19
  - Patrick Sullivan
12
20
 
13
21
  ## 0.3.4 (2024-04-08)
14
22
 
15
-
16
23
  ### 🩹 Fixes
17
24
 
18
25
  - **build-tools:** Resolved issue with module types used in build ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
19
26
 
20
-
21
- ### ❤️ Thank You
27
+ ### ❤️ Thank You
22
28
 
23
29
  - Patrick Sullivan
24
30
 
25
31
  ## 0.3.3 (2024-04-08)
26
32
 
27
-
28
33
  ### 🩹 Fixes
29
34
 
30
35
  - **build-tools:** Resolved issue with duplicate require definition ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
31
36
 
32
-
33
- ### ❤️ Thank You
37
+ ### ❤️ Thank You
34
38
 
35
39
  - Patrick Sullivan
36
40
 
package/base.json CHANGED
@@ -7,7 +7,8 @@
7
7
  "module": "esnext",
8
8
  "lib": ["ESNext"],
9
9
  "noLib": false,
10
- "moduleResolution": "nodenext",
10
+ "moduleDetection": "force",
11
+ "moduleResolution": "bundler",
11
12
  "pretty": true,
12
13
  "sourceMap": true,
13
14
  "incremental": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsconfig",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
6
6
  "keywords": [