@storm-software/tsconfig 0.13.0 → 0.15.0
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 +55 -145
- package/README.md +88 -34
- package/base.json +1 -3
- package/core.json +22 -0
- package/index.js +10 -0
- package/index.ts +5 -0
- package/meta.json +1 -1
- package/package.json +2 -2
- package/packages/tsconfig/src/index.d.ts +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,41 @@
|
|
|
1
|
-
## 0.
|
|
1
|
+
## 0.15.0 (2024-07-29)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
- **tsconfig:** Added
|
|
6
|
+
- **tsconfig:** Added the `core` shared TypeScript configuration file ([de64188b](https://github.com/storm-software/storm-ops/commit/de64188b))
|
|
7
7
|
|
|
8
|
-
## 0.
|
|
8
|
+
## 0.14.0 (2024-07-17)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- **git-tools:** Added README header template to include table of contents
|
|
13
|
+
([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
|
|
14
|
+
|
|
15
|
+
## 0.13.0 (2024-07-12)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- **tsconfig:** Added various new base `tsconfig` file types
|
|
20
|
+
([09e5d275](https://github.com/storm-software/storm-ops/commit/09e5d275))
|
|
9
21
|
|
|
22
|
+
## 0.12.0 (2024-06-26)
|
|
10
23
|
|
|
11
|
-
###
|
|
24
|
+
### Features
|
|
12
25
|
|
|
13
|
-
- **eslint-plugin:** Bundle storm software packages
|
|
26
|
+
- **eslint-plugin:** Bundle storm software packages
|
|
27
|
+
([f2daca8c](https://github.com/storm-software/storm-ops/commit/f2daca8c))
|
|
14
28
|
|
|
15
29
|
## 0.11.1 (2024-06-24)
|
|
16
30
|
|
|
17
|
-
###
|
|
31
|
+
### Bug Fixes
|
|
18
32
|
|
|
19
33
|
- **storm-ops:** Resolve issue with renovatebot in workflow action
|
|
20
34
|
([e587423a](https://github.com/storm-software/storm-ops/commit/e587423a))
|
|
21
35
|
|
|
22
36
|
## 0.11.0 (2024-06-24)
|
|
23
37
|
|
|
24
|
-
###
|
|
38
|
+
### Features
|
|
25
39
|
|
|
26
40
|
- **eslint-plugin:** Split up the eslint plugin implementation into separate
|
|
27
41
|
packages
|
|
@@ -29,21 +43,21 @@
|
|
|
29
43
|
|
|
30
44
|
## 0.10.0 (2024-06-22)
|
|
31
45
|
|
|
32
|
-
###
|
|
46
|
+
### Features
|
|
33
47
|
|
|
34
48
|
- **workspace-tools:** Upgrade the workspace pnpm-lock file
|
|
35
49
|
([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
|
|
36
50
|
|
|
37
51
|
## 0.9.0 (2024-06-22)
|
|
38
52
|
|
|
39
|
-
###
|
|
53
|
+
### Features
|
|
40
54
|
|
|
41
55
|
- **storm-ops:** Updated pnpm-lock file
|
|
42
56
|
([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
|
|
43
57
|
|
|
44
58
|
## 0.8.0 (2024-06-22)
|
|
45
59
|
|
|
46
|
-
###
|
|
60
|
+
### Features
|
|
47
61
|
|
|
48
62
|
- **workspace-tools:** Added `lint` and `format` tasks and improved cache input
|
|
49
63
|
management
|
|
@@ -51,168 +65,120 @@
|
|
|
51
65
|
|
|
52
66
|
## 0.7.0 (2024-06-21)
|
|
53
67
|
|
|
54
|
-
###
|
|
68
|
+
### Features
|
|
55
69
|
|
|
56
70
|
- **eslint-plugin:** Resolve issues with eslint module types
|
|
57
71
|
([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
|
|
58
72
|
|
|
59
73
|
## 0.6.0 (2024-06-17)
|
|
60
74
|
|
|
61
|
-
###
|
|
75
|
+
### Features
|
|
62
76
|
|
|
63
77
|
- **tsconfig:** Improve the Typescript configuration inheritance and linting
|
|
64
78
|
([b84c881f](https://github.com/storm-software/storm-ops/commit/b84c881f))
|
|
65
79
|
|
|
66
80
|
## 0.5.0 (2024-06-05)
|
|
67
81
|
|
|
68
|
-
###
|
|
82
|
+
### Features
|
|
69
83
|
|
|
70
84
|
- **tsconfig:** Added `preserveSymlinks` to base tsconfig
|
|
71
85
|
([40522881](https://github.com/storm-software/storm-ops/commit/40522881))
|
|
72
86
|
|
|
73
87
|
## 0.4.0 (2024-06-05)
|
|
74
88
|
|
|
75
|
-
###
|
|
89
|
+
### Features
|
|
76
90
|
|
|
77
91
|
- **eslint-plugin:** Added the `eslint` and `prittier` base packages
|
|
78
92
|
([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
|
|
79
93
|
|
|
80
94
|
## 0.3.6 (2024-04-09)
|
|
81
95
|
|
|
82
|
-
###
|
|
96
|
+
### Bug Fixes
|
|
83
97
|
|
|
84
98
|
- **tsconfig:** Resolve invalid base tsconfig modules
|
|
85
99
|
([af07fcdb](https://github.com/storm-software/storm-ops/commit/af07fcdb))
|
|
86
100
|
|
|
87
|
-
### ❤️ Thank You
|
|
88
|
-
|
|
89
|
-
- Patrick Sullivan
|
|
90
|
-
|
|
91
101
|
## 0.3.5 (2024-04-09)
|
|
92
102
|
|
|
93
|
-
###
|
|
103
|
+
### Bug Fixes
|
|
94
104
|
|
|
95
105
|
- **build-tools:** Updates to base tsconfig and build tools
|
|
96
106
|
([97648eac](https://github.com/storm-software/storm-ops/commit/97648eac))
|
|
97
107
|
|
|
98
|
-
### ❤️ Thank You
|
|
99
|
-
|
|
100
|
-
- Patrick Sullivan
|
|
101
|
-
|
|
102
108
|
## 0.3.4 (2024-04-08)
|
|
103
109
|
|
|
104
|
-
###
|
|
110
|
+
### Bug Fixes
|
|
105
111
|
|
|
106
112
|
- **build-tools:** Resolved issue with module types used in build
|
|
107
113
|
([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
|
|
108
114
|
|
|
109
|
-
### ❤️ Thank You
|
|
110
|
-
|
|
111
|
-
- Patrick Sullivan
|
|
112
|
-
|
|
113
115
|
## 0.3.3 (2024-04-08)
|
|
114
116
|
|
|
115
|
-
###
|
|
117
|
+
### Bug Fixes
|
|
116
118
|
|
|
117
119
|
- **build-tools:** Resolved issue with duplicate require definition
|
|
118
120
|
([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
|
|
119
121
|
|
|
120
|
-
### ❤️ Thank You
|
|
121
|
-
|
|
122
|
-
- Patrick Sullivan
|
|
123
|
-
|
|
124
122
|
## 0.3.2 (2024-04-08)
|
|
125
123
|
|
|
126
|
-
###
|
|
124
|
+
### Bug Fixes
|
|
127
125
|
|
|
128
126
|
- **workspace-tools:** Resolve issues with `build-tools` import
|
|
129
127
|
([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
|
|
130
128
|
|
|
131
|
-
### ❤️ Thank You
|
|
132
|
-
|
|
133
|
-
- Patrick Sullivan
|
|
134
|
-
|
|
135
129
|
## 0.3.1 (2024-04-08)
|
|
136
130
|
|
|
137
|
-
###
|
|
131
|
+
### Bug Fixes
|
|
138
132
|
|
|
139
133
|
- **git-tools:** Update release tool to use local function to get configuration
|
|
140
134
|
([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
|
|
141
135
|
|
|
142
|
-
### ❤️ Thank You
|
|
143
|
-
|
|
144
|
-
- Patrick Sullivan
|
|
145
|
-
|
|
146
136
|
## 0.3.0 (2024-04-07)
|
|
147
137
|
|
|
148
|
-
###
|
|
138
|
+
### Features
|
|
149
139
|
|
|
150
140
|
- **storm-ops:** Merged in change to the main branch
|
|
151
141
|
([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
|
|
152
142
|
|
|
153
|
-
### ❤️ Thank You
|
|
154
|
-
|
|
155
|
-
- Patrick Sullivan
|
|
156
|
-
|
|
157
143
|
## 0.2.0 (2024-04-06)
|
|
158
144
|
|
|
159
|
-
###
|
|
145
|
+
### Features
|
|
160
146
|
|
|
161
147
|
- **build-tools:** Added support for `rolldown` builds
|
|
162
148
|
([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
|
|
163
149
|
|
|
164
|
-
### ❤️ Thank You
|
|
165
|
-
|
|
166
|
-
- Patrick Sullivan
|
|
167
|
-
|
|
168
150
|
## 0.1.4 (2024-04-01)
|
|
169
151
|
|
|
170
|
-
###
|
|
152
|
+
### Bug Fixes
|
|
171
153
|
|
|
172
154
|
- **workspace-tools:** Resolve issue with bad release path in npm publish
|
|
173
155
|
([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
|
|
174
156
|
|
|
175
|
-
### ❤️ Thank You
|
|
176
|
-
|
|
177
|
-
- Patrick Sullivan
|
|
178
|
-
|
|
179
157
|
## 0.1.3 (2024-03-29)
|
|
180
158
|
|
|
181
|
-
###
|
|
159
|
+
### Bug Fixes
|
|
182
160
|
|
|
183
161
|
- **workspace-tools:** Added the `nx-release-publish` target to TypeScript
|
|
184
162
|
projects
|
|
185
163
|
([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
|
|
186
164
|
|
|
187
|
-
### ❤️ Thank You
|
|
188
|
-
|
|
189
|
-
- Patrick Sullivan
|
|
190
|
-
|
|
191
165
|
## 0.1.2 (2024-03-28)
|
|
192
166
|
|
|
193
|
-
###
|
|
167
|
+
### Bug Fixes
|
|
194
168
|
|
|
195
169
|
- **git-tools:** Added code to add ts plugin transpilers
|
|
196
170
|
([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
|
|
197
171
|
|
|
198
|
-
### ❤️ Thank You
|
|
199
|
-
|
|
200
|
-
- Patrick Sullivan
|
|
201
|
-
|
|
202
172
|
## 0.1.1 (2024-03-28)
|
|
203
173
|
|
|
204
|
-
###
|
|
174
|
+
### Bug Fixes
|
|
205
175
|
|
|
206
176
|
- **storm-ops:** Update the links in the README files to use proper repository
|
|
207
177
|
([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
|
|
208
178
|
|
|
209
|
-
### ❤️ Thank You
|
|
210
|
-
|
|
211
|
-
- Patrick Sullivan
|
|
212
|
-
|
|
213
179
|
## 0.1.0 (2024-03-25)
|
|
214
180
|
|
|
215
|
-
###
|
|
181
|
+
### Features
|
|
216
182
|
|
|
217
183
|
- **storm-config:** Added rust crates and release/publish workspace tools
|
|
218
184
|
([eab906b1](https://github.com/storm-software/storm-ops/commit/eab906b1))
|
|
@@ -223,151 +189,95 @@
|
|
|
223
189
|
- **workspace-tools:** Major updates to base nx.json configuration
|
|
224
190
|
([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
|
|
225
191
|
|
|
226
|
-
### ❤️ Thank You
|
|
227
|
-
|
|
228
|
-
- Patrick Sullivan
|
|
229
|
-
|
|
230
192
|
## 0.0.14 (2024-03-17)
|
|
231
193
|
|
|
232
|
-
###
|
|
194
|
+
### Bug Fixes
|
|
233
195
|
|
|
234
196
|
- **tsconfig:** Repush changes to tsconfig updates
|
|
235
197
|
([1939b194](https://github.com/storm-software/storm-ops/commit/1939b194))
|
|
236
198
|
|
|
237
|
-
### ❤️ Thank You
|
|
238
|
-
|
|
239
|
-
- Patrick Sullivan
|
|
240
|
-
|
|
241
199
|
## 0.0.13 (2024-03-17)
|
|
242
200
|
|
|
243
|
-
###
|
|
201
|
+
### Bug Fixes
|
|
244
202
|
|
|
245
203
|
- **tsconfig:** Remove unused options from root tsconfig
|
|
246
204
|
([b36ca687](https://github.com/storm-software/storm-ops/commit/b36ca687))
|
|
247
205
|
|
|
248
|
-
### ❤️ Thank You
|
|
249
|
-
|
|
250
|
-
- Patrick Sullivan
|
|
251
|
-
|
|
252
206
|
## 0.0.12 (2024-03-15)
|
|
253
207
|
|
|
254
|
-
###
|
|
208
|
+
### Bug Fixes
|
|
255
209
|
|
|
256
210
|
- **workspace-tools:** Remove unneeded chdir lines from base methods
|
|
257
211
|
([b65ef683](https://github.com/storm-software/storm-ops/commit/b65ef683))
|
|
258
212
|
|
|
259
|
-
### ❤️ Thank You
|
|
260
|
-
|
|
261
|
-
- Patrick Sullivan
|
|
262
|
-
|
|
263
213
|
## 0.0.11 (2024-03-03)
|
|
264
214
|
|
|
265
|
-
###
|
|
215
|
+
### Bug Fixes
|
|
266
216
|
|
|
267
217
|
- **workspace-tools:** Ensure file paths are valid in `fileNames` array
|
|
268
218
|
([0f15dabc](https://github.com/storm-software/storm-ops/commit/0f15dabc))
|
|
269
219
|
|
|
270
|
-
### ❤️ Thank You
|
|
271
|
-
|
|
272
|
-
- Patrick Sullivan
|
|
273
|
-
|
|
274
220
|
## 0.0.10 (2024-03-01)
|
|
275
221
|
|
|
276
|
-
###
|
|
222
|
+
### Bug Fixes
|
|
277
223
|
|
|
278
224
|
- **workspace-tools:** Updates to compiler options for dts build
|
|
279
225
|
([bcee387e](https://github.com/storm-software/storm-ops/commit/bcee387e))
|
|
280
226
|
|
|
281
|
-
### ❤️ Thank You
|
|
282
|
-
|
|
283
|
-
- Patrick Sullivan
|
|
284
|
-
|
|
285
227
|
## 0.0.9 (2024-03-01)
|
|
286
228
|
|
|
287
|
-
###
|
|
229
|
+
### Bug Fixes
|
|
288
230
|
|
|
289
231
|
- **tsconfig:** Added `lib` option to base tsconfig file
|
|
290
232
|
([7e7a848c](https://github.com/storm-software/storm-ops/commit/7e7a848c))
|
|
291
233
|
|
|
292
|
-
### ❤️ Thank You
|
|
293
|
-
|
|
294
|
-
- Patrick Sullivan
|
|
295
|
-
|
|
296
234
|
## 0.0.8 (2024-03-01)
|
|
297
235
|
|
|
298
|
-
###
|
|
236
|
+
### Bug Fixes
|
|
299
237
|
|
|
300
238
|
- **workspace-tools:** Remove the storm env filter
|
|
301
239
|
([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
|
|
302
240
|
|
|
303
|
-
### ❤️ Thank You
|
|
304
|
-
|
|
305
|
-
- Patrick Sullivan
|
|
306
|
-
|
|
307
241
|
## 0.0.7 (2024-03-01)
|
|
308
242
|
|
|
309
|
-
###
|
|
243
|
+
### Bug Fixes
|
|
310
244
|
|
|
311
245
|
- **tsconfig:** Added `typeAcquisition` to compiler options
|
|
312
246
|
([2bd60053](https://github.com/storm-software/storm-ops/commit/2bd60053))
|
|
313
247
|
|
|
314
|
-
### ❤️ Thank You
|
|
315
|
-
|
|
316
|
-
- Patrick Sullivan
|
|
317
|
-
|
|
318
248
|
## 0.0.6 (2024-02-27)
|
|
319
249
|
|
|
320
|
-
###
|
|
250
|
+
### Bug Fixes
|
|
321
251
|
|
|
322
252
|
- **tsconfig:** Update the base `tsconfig.json` file with module resolution
|
|
323
253
|
options
|
|
324
254
|
([972e1110](https://github.com/storm-software/storm-ops/commit/972e1110))
|
|
325
255
|
|
|
326
|
-
### ❤️ Thank You
|
|
327
|
-
|
|
328
|
-
- Patrick Sullivan
|
|
329
|
-
|
|
330
256
|
## 0.0.5 (2024-02-27)
|
|
331
257
|
|
|
332
|
-
###
|
|
258
|
+
### Bug Fixes
|
|
333
259
|
|
|
334
260
|
- **workspace-tools:** Relocation config parser code to build function
|
|
335
261
|
([fa27dea4](https://github.com/storm-software/storm-ops/commit/fa27dea4))
|
|
336
262
|
|
|
337
|
-
### ❤️ Thank You
|
|
338
|
-
|
|
339
|
-
- Patrick Sullivan
|
|
340
|
-
|
|
341
263
|
## 0.0.4 (2024-02-27)
|
|
342
264
|
|
|
343
|
-
###
|
|
265
|
+
### Bug Fixes
|
|
344
266
|
|
|
345
267
|
- **workspace-tools:** Resolve issue with tsconfig file resolution
|
|
346
268
|
([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
|
|
347
269
|
|
|
348
|
-
### ❤️ Thank You
|
|
349
|
-
|
|
350
|
-
- Patrick Sullivan
|
|
351
|
-
|
|
352
270
|
## 0.0.3 (2024-02-27)
|
|
353
271
|
|
|
354
|
-
###
|
|
272
|
+
### Bug Fixes
|
|
355
273
|
|
|
356
274
|
- **workspace-tools:** Dynamically load tsup module and resolve `testing-tools`
|
|
357
275
|
type issues
|
|
358
276
|
([c1d51975](https://github.com/storm-software/storm-ops/commit/c1d51975))
|
|
359
277
|
|
|
360
|
-
### ❤️ Thank You
|
|
361
|
-
|
|
362
|
-
- Patrick Sullivan
|
|
363
|
-
|
|
364
278
|
## 0.0.2 (2024-02-27)
|
|
365
279
|
|
|
366
|
-
###
|
|
280
|
+
### Bug Fixes
|
|
367
281
|
|
|
368
282
|
- **workspace-tools:** Update all imports to `config-tools` in the package
|
|
369
283
|
([85202800](https://github.com/storm-software/storm-ops/commit/85202800))
|
|
370
|
-
|
|
371
|
-
### ❤️ Thank You
|
|
372
|
-
|
|
373
|
-
- Patrick Sullivan
|
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
10
|
<b>
|
|
11
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> •
|
|
12
|
-
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> •
|
|
13
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> •
|
|
11
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> •
|
|
12
|
+
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> •
|
|
13
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
|
|
14
14
|
<a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
15
15
|
</b>
|
|
16
16
|
</div>
|
|
@@ -21,18 +21,42 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
>
|
|
30
|
-
> NPM (and other distributions)
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
<!-- prettier-ignore-start -->
|
|
27
|
+
<!-- markdownlint-disable -->
|
|
28
|
+
|
|
29
|
+
> [!IMPORTANT]
|
|
30
|
+
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
|
|
31
|
+
|
|
32
|
+
<!-- markdownlint-restore -->
|
|
33
|
+
<!-- prettier-ignore-end -->
|
|
34
|
+
|
|
35
|
+
<div align="center">
|
|
36
|
+
<b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
|
|
37
|
+
</div>
|
|
33
38
|
|
|
34
39
|
<br />
|
|
35
40
|
|
|
41
|
+
<!-- START doctoc -->
|
|
42
|
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
## Table of Contents
|
|
44
|
+
|
|
45
|
+
- [Storm TypeScript Configuration (tsconfig.json) Files](#storm-typescript-configuration-tsconfigjson-files)
|
|
46
|
+
- [Installing](#installing)
|
|
47
|
+
- [Building](#building)
|
|
48
|
+
- [Running unit tests](#running-unit-tests)
|
|
49
|
+
- [Storm Workspaces](#storm-workspaces)
|
|
50
|
+
- [Roadmap](#roadmap)
|
|
51
|
+
- [Support](#support)
|
|
52
|
+
- [License](#license)
|
|
53
|
+
- [Changelog](#changelog)
|
|
54
|
+
- [Contributing](#contributing)
|
|
55
|
+
- [Contributors](#contributors)
|
|
56
|
+
|
|
57
|
+
<!-- END doctoc -->
|
|
58
|
+
|
|
59
|
+
<br />
|
|
36
60
|
|
|
37
61
|
<!-- markdownlint-restore -->
|
|
38
62
|
<!-- prettier-ignore-end -->
|
|
@@ -44,11 +68,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
44
68
|
This package combines various base `tsconfig.json` files used to configure
|
|
45
69
|
TypeScript in a Storm workspace.
|
|
46
70
|
|
|
47
|
-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
48
|
-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
49
|
-
|
|
50
|
-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
51
|
-
|
|
52
71
|
## Installing
|
|
53
72
|
|
|
54
73
|
Using [pnpm](http://pnpm.io):
|
|
@@ -90,17 +109,25 @@ Run `nx test tsconfig` to execute the unit tests via [Jest](https://jestjs.io).
|
|
|
90
109
|
|
|
91
110
|
## Storm Workspaces
|
|
92
111
|
|
|
93
|
-
Storm workspaces are built using
|
|
112
|
+
Storm workspaces are built using
|
|
113
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
114
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
115
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
116
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
117
|
+
maintainable.
|
|
94
118
|
|
|
95
119
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
96
120
|
<br />
|
|
97
121
|
|
|
98
122
|
## Roadmap
|
|
99
123
|
|
|
100
|
-
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
124
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
125
|
+
list of proposed features (and known issues).
|
|
101
126
|
|
|
102
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
103
|
-
|
|
127
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
128
|
+
(Add your votes using the 👍 reaction)
|
|
129
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
130
|
+
(Add your votes using the 👍 reaction)
|
|
104
131
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
105
132
|
|
|
106
133
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
@@ -119,7 +146,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
119
146
|
|
|
120
147
|
## License
|
|
121
148
|
|
|
122
|
-
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
149
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
150
|
+
distribute this template as you like.
|
|
123
151
|
|
|
124
152
|
See [LICENSE](LICENSE) for more information.
|
|
125
153
|
|
|
@@ -128,32 +156,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
128
156
|
|
|
129
157
|
## Changelog
|
|
130
158
|
|
|
131
|
-
This project adheres to
|
|
159
|
+
This project adheres to
|
|
160
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
161
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
162
|
+
file
|
|
132
163
|
|
|
133
164
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
134
165
|
<br />
|
|
135
166
|
|
|
136
167
|
## Contributing
|
|
137
168
|
|
|
138
|
-
First off, thanks for taking the time to contribute! Contributions are what
|
|
169
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
170
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
171
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
172
|
+
appreciated**.
|
|
139
173
|
|
|
140
174
|
Please try to create bug reports that are:
|
|
141
175
|
|
|
142
176
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
143
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
177
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
178
|
+
environment, etc.
|
|
144
179
|
- _Unique._ Do not duplicate existing opened issues.
|
|
145
180
|
- _Scoped to a Single Bug._ One bug per report.
|
|
146
181
|
|
|
147
182
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
148
183
|
|
|
149
|
-
You can use
|
|
184
|
+
You can use
|
|
185
|
+
[markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
|
|
186
|
+
to check for common markdown style inconsistency.
|
|
150
187
|
|
|
151
188
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
152
189
|
<br />
|
|
153
190
|
|
|
154
191
|
## Contributors
|
|
155
192
|
|
|
156
|
-
Thanks goes to these wonderful people
|
|
193
|
+
Thanks goes to these wonderful people
|
|
194
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
157
195
|
|
|
158
196
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
159
197
|
|
|
@@ -178,7 +216,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
178
216
|
|
|
179
217
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
180
218
|
|
|
181
|
-
This project follows the
|
|
219
|
+
This project follows the
|
|
220
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
221
|
+
specification. Contributions of any kind welcome!
|
|
182
222
|
|
|
183
223
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
184
224
|
<br />
|
|
@@ -192,9 +232,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
192
232
|
<br />
|
|
193
233
|
|
|
194
234
|
<div align="center">
|
|
195
|
-
<
|
|
196
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
197
|
-
</b>
|
|
235
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
198
236
|
</div>
|
|
199
237
|
|
|
200
238
|
<div align="center">
|
|
@@ -202,18 +240,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
202
240
|
</div>
|
|
203
241
|
<br />
|
|
204
242
|
|
|
205
|
-
Storm Software is an open source software development organization and creator
|
|
243
|
+
Storm Software is an open source software development organization and creator
|
|
244
|
+
of Acidic, StormStack and StormCloud.
|
|
206
245
|
|
|
207
|
-
Our mission is to make software development more accessible. Our ideal future is
|
|
246
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
247
|
+
one where anyone can create software without years of prior development
|
|
248
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
249
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
208
250
|
|
|
209
|
-
|
|
251
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
252
|
+
receive release notifications, ask questions, and get involved.
|
|
210
253
|
|
|
254
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
255
|
+
generation of development tools, please reach out on our
|
|
256
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
257
|
+
[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
|
|
258
|
+
channel!
|
|
259
|
+
|
|
260
|
+
<br />
|
|
261
|
+
|
|
262
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
211
263
|
<br />
|
|
212
|
-
<
|
|
264
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
213
265
|
|
|
214
266
|
<br />
|
|
267
|
+
|
|
215
268
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
216
269
|
<br />
|
|
270
|
+
<br />
|
|
217
271
|
|
|
218
272
|
|
|
219
273
|
<!-- markdownlint-restore -->
|
package/base.json
CHANGED
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"strictNullChecks": true,
|
|
19
19
|
"strict": true,
|
|
20
20
|
"resolveJsonModule": true,
|
|
21
|
-
"isolatedModules": true,
|
|
22
21
|
"allowSyntheticDefaultImports": true,
|
|
23
22
|
"forceConsistentCasingInFileNames": true,
|
|
24
23
|
"noImplicitOverride": true,
|
|
@@ -29,7 +28,6 @@
|
|
|
29
28
|
"emitDecoratorMetadata": true,
|
|
30
29
|
"skipLibCheck": true,
|
|
31
30
|
"skipDefaultLibCheck": true,
|
|
32
|
-
"esModuleInterop": true
|
|
33
|
-
"preserveSymlinks": true
|
|
31
|
+
"esModuleInterop": true
|
|
34
32
|
}
|
|
35
33
|
}
|
package/core.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json.schemastore.org/tsconfig",
|
|
3
|
+
"display": "Storm Software - Core TypeScript Config",
|
|
4
|
+
"extends": "./base.json",
|
|
5
|
+
"compileOnSave": false,
|
|
6
|
+
"compilerOptions": {
|
|
7
|
+
/* Base Options: */
|
|
8
|
+
"allowJs": true,
|
|
9
|
+
"isolatedModules": true,
|
|
10
|
+
"verbatimModuleSyntax": true,
|
|
11
|
+
/* Strictness */
|
|
12
|
+
"noUncheckedIndexedAccess": true,
|
|
13
|
+
"noImplicitOverride": true,
|
|
14
|
+
/* If transpiling with TypeScript: */
|
|
15
|
+
"sourceMap": true,
|
|
16
|
+
/* AND if you're building for a library: */
|
|
17
|
+
"declaration": true,
|
|
18
|
+
/* AND if you're building for a library in a monorepo: */
|
|
19
|
+
"composite": true,
|
|
20
|
+
"declarationMap": true
|
|
21
|
+
}
|
|
22
|
+
}
|
package/index.js
CHANGED
|
@@ -5,9 +5,19 @@ var nextTsConfigJson = "./next.json";
|
|
|
5
5
|
var reactTsConfigJson = "./react.json";
|
|
6
6
|
var reactNativeTsConfigJson = "./react-native.json";
|
|
7
7
|
var scriptTsConfigJson = "./script.json";
|
|
8
|
+
var appTsConfigJson = "./app.json";
|
|
9
|
+
var coreTsConfigJson = "./core.json";
|
|
10
|
+
var libraryTsConfigJson = "./library.json";
|
|
11
|
+
var domLibraryTsConfigJson = "./dom-library.json";
|
|
12
|
+
var domAppTsConfigJson = "./dom-app.json";
|
|
8
13
|
export {
|
|
14
|
+
appTsConfigJson,
|
|
9
15
|
baseTsConfigJson,
|
|
10
16
|
bunTsConfigJson,
|
|
17
|
+
coreTsConfigJson,
|
|
18
|
+
domAppTsConfigJson,
|
|
19
|
+
domLibraryTsConfigJson,
|
|
20
|
+
libraryTsConfigJson,
|
|
11
21
|
nextTsConfigJson,
|
|
12
22
|
reactNativeTsConfigJson,
|
|
13
23
|
reactTsConfigJson,
|
package/index.ts
CHANGED
|
@@ -4,3 +4,8 @@ export const nextTsConfigJson = "./next.json";
|
|
|
4
4
|
export const reactTsConfigJson = "./react.json";
|
|
5
5
|
export const reactNativeTsConfigJson = "./react-native.json";
|
|
6
6
|
export const scriptTsConfigJson = "./script.json";
|
|
7
|
+
export const appTsConfigJson = "./app.json";
|
|
8
|
+
export const coreTsConfigJson = "./core.json";
|
|
9
|
+
export const libraryTsConfigJson = "./library.json";
|
|
10
|
+
export const domLibraryTsConfigJson = "./dom-library.json";
|
|
11
|
+
export const domAppTsConfigJson = "./dom-app.json";
|
package/meta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"packages/tsconfig/src/index.ts":{"bytes":
|
|
1
|
+
{"inputs":{"packages/tsconfig/src/index.ts":{"bytes":558,"imports":[],"format":"esm"}},"outputs":{"dist/packages/tsconfig/index.js":{"imports":[],"exports":["appTsConfigJson","baseTsConfigJson","bunTsConfigJson","coreTsConfigJson","domAppTsConfigJson","domLibraryTsConfigJson","libraryTsConfigJson","nextTsConfigJson","reactNativeTsConfigJson","reactTsConfigJson","scriptTsConfigJson"],"entryPoint":"packages/tsconfig/src/index.ts","inputs":{"packages/tsconfig/src/index.ts":{"bytesInOutput":459}},"bytes":743}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsconfig",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "⚡ A package containing
|
|
3
|
+
"version": "0.15.0",
|
|
4
|
+
"description": "⚡ A package containing shared `tsconfig.json` files used in various other repositories by Storm Software.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
7
7
|
"url": "https://github.com/storm-software/storm-ops",
|
|
@@ -4,3 +4,8 @@ export declare const nextTsConfigJson = "./next.json";
|
|
|
4
4
|
export declare const reactTsConfigJson = "./react.json";
|
|
5
5
|
export declare const reactNativeTsConfigJson = "./react-native.json";
|
|
6
6
|
export declare const scriptTsConfigJson = "./script.json";
|
|
7
|
+
export declare const appTsConfigJson = "./app.json";
|
|
8
|
+
export declare const coreTsConfigJson = "./core.json";
|
|
9
|
+
export declare const libraryTsConfigJson = "./library.json";
|
|
10
|
+
export declare const domLibraryTsConfigJson = "./dom-library.json";
|
|
11
|
+
export declare const domAppTsConfigJson = "./dom-app.json";
|