@storm-software/tsconfig 0.14.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 +51 -148
- package/README.md +55 -21
- 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,34 +1,41 @@
|
|
|
1
|
-
## 0.
|
|
1
|
+
## 0.15.0 (2024-07-29)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
- **
|
|
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
|
|
9
11
|
|
|
12
|
+
- **git-tools:** Added README header template to include table of contents
|
|
13
|
+
([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
## 0.13.0 (2024-07-12)
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
### Features
|
|
14
18
|
|
|
15
|
-
|
|
19
|
+
- **tsconfig:** Added various new base `tsconfig` file types
|
|
20
|
+
([09e5d275](https://github.com/storm-software/storm-ops/commit/09e5d275))
|
|
16
21
|
|
|
22
|
+
## 0.12.0 (2024-06-26)
|
|
17
23
|
|
|
18
|
-
###
|
|
24
|
+
### Features
|
|
19
25
|
|
|
20
|
-
- **eslint-plugin:** Bundle storm software packages
|
|
26
|
+
- **eslint-plugin:** Bundle storm software packages
|
|
27
|
+
([f2daca8c](https://github.com/storm-software/storm-ops/commit/f2daca8c))
|
|
21
28
|
|
|
22
29
|
## 0.11.1 (2024-06-24)
|
|
23
30
|
|
|
24
|
-
###
|
|
31
|
+
### Bug Fixes
|
|
25
32
|
|
|
26
33
|
- **storm-ops:** Resolve issue with renovatebot in workflow action
|
|
27
34
|
([e587423a](https://github.com/storm-software/storm-ops/commit/e587423a))
|
|
28
35
|
|
|
29
36
|
## 0.11.0 (2024-06-24)
|
|
30
37
|
|
|
31
|
-
###
|
|
38
|
+
### Features
|
|
32
39
|
|
|
33
40
|
- **eslint-plugin:** Split up the eslint plugin implementation into separate
|
|
34
41
|
packages
|
|
@@ -36,21 +43,21 @@
|
|
|
36
43
|
|
|
37
44
|
## 0.10.0 (2024-06-22)
|
|
38
45
|
|
|
39
|
-
###
|
|
46
|
+
### Features
|
|
40
47
|
|
|
41
48
|
- **workspace-tools:** Upgrade the workspace pnpm-lock file
|
|
42
49
|
([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
|
|
43
50
|
|
|
44
51
|
## 0.9.0 (2024-06-22)
|
|
45
52
|
|
|
46
|
-
###
|
|
53
|
+
### Features
|
|
47
54
|
|
|
48
55
|
- **storm-ops:** Updated pnpm-lock file
|
|
49
56
|
([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
|
|
50
57
|
|
|
51
58
|
## 0.8.0 (2024-06-22)
|
|
52
59
|
|
|
53
|
-
###
|
|
60
|
+
### Features
|
|
54
61
|
|
|
55
62
|
- **workspace-tools:** Added `lint` and `format` tasks and improved cache input
|
|
56
63
|
management
|
|
@@ -58,168 +65,120 @@
|
|
|
58
65
|
|
|
59
66
|
## 0.7.0 (2024-06-21)
|
|
60
67
|
|
|
61
|
-
###
|
|
68
|
+
### Features
|
|
62
69
|
|
|
63
70
|
- **eslint-plugin:** Resolve issues with eslint module types
|
|
64
71
|
([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
|
|
65
72
|
|
|
66
73
|
## 0.6.0 (2024-06-17)
|
|
67
74
|
|
|
68
|
-
###
|
|
75
|
+
### Features
|
|
69
76
|
|
|
70
77
|
- **tsconfig:** Improve the Typescript configuration inheritance and linting
|
|
71
78
|
([b84c881f](https://github.com/storm-software/storm-ops/commit/b84c881f))
|
|
72
79
|
|
|
73
80
|
## 0.5.0 (2024-06-05)
|
|
74
81
|
|
|
75
|
-
###
|
|
82
|
+
### Features
|
|
76
83
|
|
|
77
84
|
- **tsconfig:** Added `preserveSymlinks` to base tsconfig
|
|
78
85
|
([40522881](https://github.com/storm-software/storm-ops/commit/40522881))
|
|
79
86
|
|
|
80
87
|
## 0.4.0 (2024-06-05)
|
|
81
88
|
|
|
82
|
-
###
|
|
89
|
+
### Features
|
|
83
90
|
|
|
84
91
|
- **eslint-plugin:** Added the `eslint` and `prittier` base packages
|
|
85
92
|
([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
|
|
86
93
|
|
|
87
94
|
## 0.3.6 (2024-04-09)
|
|
88
95
|
|
|
89
|
-
###
|
|
96
|
+
### Bug Fixes
|
|
90
97
|
|
|
91
98
|
- **tsconfig:** Resolve invalid base tsconfig modules
|
|
92
99
|
([af07fcdb](https://github.com/storm-software/storm-ops/commit/af07fcdb))
|
|
93
100
|
|
|
94
|
-
### ❤️ Thank You
|
|
95
|
-
|
|
96
|
-
- Patrick Sullivan
|
|
97
|
-
|
|
98
101
|
## 0.3.5 (2024-04-09)
|
|
99
102
|
|
|
100
|
-
###
|
|
103
|
+
### Bug Fixes
|
|
101
104
|
|
|
102
105
|
- **build-tools:** Updates to base tsconfig and build tools
|
|
103
106
|
([97648eac](https://github.com/storm-software/storm-ops/commit/97648eac))
|
|
104
107
|
|
|
105
|
-
### ❤️ Thank You
|
|
106
|
-
|
|
107
|
-
- Patrick Sullivan
|
|
108
|
-
|
|
109
108
|
## 0.3.4 (2024-04-08)
|
|
110
109
|
|
|
111
|
-
###
|
|
110
|
+
### Bug Fixes
|
|
112
111
|
|
|
113
112
|
- **build-tools:** Resolved issue with module types used in build
|
|
114
113
|
([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
|
|
115
114
|
|
|
116
|
-
### ❤️ Thank You
|
|
117
|
-
|
|
118
|
-
- Patrick Sullivan
|
|
119
|
-
|
|
120
115
|
## 0.3.3 (2024-04-08)
|
|
121
116
|
|
|
122
|
-
###
|
|
117
|
+
### Bug Fixes
|
|
123
118
|
|
|
124
119
|
- **build-tools:** Resolved issue with duplicate require definition
|
|
125
120
|
([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
|
|
126
121
|
|
|
127
|
-
### ❤️ Thank You
|
|
128
|
-
|
|
129
|
-
- Patrick Sullivan
|
|
130
|
-
|
|
131
122
|
## 0.3.2 (2024-04-08)
|
|
132
123
|
|
|
133
|
-
###
|
|
124
|
+
### Bug Fixes
|
|
134
125
|
|
|
135
126
|
- **workspace-tools:** Resolve issues with `build-tools` import
|
|
136
127
|
([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
|
|
137
128
|
|
|
138
|
-
### ❤️ Thank You
|
|
139
|
-
|
|
140
|
-
- Patrick Sullivan
|
|
141
|
-
|
|
142
129
|
## 0.3.1 (2024-04-08)
|
|
143
130
|
|
|
144
|
-
###
|
|
131
|
+
### Bug Fixes
|
|
145
132
|
|
|
146
133
|
- **git-tools:** Update release tool to use local function to get configuration
|
|
147
134
|
([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
|
|
148
135
|
|
|
149
|
-
### ❤️ Thank You
|
|
150
|
-
|
|
151
|
-
- Patrick Sullivan
|
|
152
|
-
|
|
153
136
|
## 0.3.0 (2024-04-07)
|
|
154
137
|
|
|
155
|
-
###
|
|
138
|
+
### Features
|
|
156
139
|
|
|
157
140
|
- **storm-ops:** Merged in change to the main branch
|
|
158
141
|
([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
|
|
159
142
|
|
|
160
|
-
### ❤️ Thank You
|
|
161
|
-
|
|
162
|
-
- Patrick Sullivan
|
|
163
|
-
|
|
164
143
|
## 0.2.0 (2024-04-06)
|
|
165
144
|
|
|
166
|
-
###
|
|
145
|
+
### Features
|
|
167
146
|
|
|
168
147
|
- **build-tools:** Added support for `rolldown` builds
|
|
169
148
|
([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
|
|
170
149
|
|
|
171
|
-
### ❤️ Thank You
|
|
172
|
-
|
|
173
|
-
- Patrick Sullivan
|
|
174
|
-
|
|
175
150
|
## 0.1.4 (2024-04-01)
|
|
176
151
|
|
|
177
|
-
###
|
|
152
|
+
### Bug Fixes
|
|
178
153
|
|
|
179
154
|
- **workspace-tools:** Resolve issue with bad release path in npm publish
|
|
180
155
|
([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
|
|
181
156
|
|
|
182
|
-
### ❤️ Thank You
|
|
183
|
-
|
|
184
|
-
- Patrick Sullivan
|
|
185
|
-
|
|
186
157
|
## 0.1.3 (2024-03-29)
|
|
187
158
|
|
|
188
|
-
###
|
|
159
|
+
### Bug Fixes
|
|
189
160
|
|
|
190
161
|
- **workspace-tools:** Added the `nx-release-publish` target to TypeScript
|
|
191
162
|
projects
|
|
192
163
|
([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
|
|
193
164
|
|
|
194
|
-
### ❤️ Thank You
|
|
195
|
-
|
|
196
|
-
- Patrick Sullivan
|
|
197
|
-
|
|
198
165
|
## 0.1.2 (2024-03-28)
|
|
199
166
|
|
|
200
|
-
###
|
|
167
|
+
### Bug Fixes
|
|
201
168
|
|
|
202
169
|
- **git-tools:** Added code to add ts plugin transpilers
|
|
203
170
|
([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
|
|
204
171
|
|
|
205
|
-
### ❤️ Thank You
|
|
206
|
-
|
|
207
|
-
- Patrick Sullivan
|
|
208
|
-
|
|
209
172
|
## 0.1.1 (2024-03-28)
|
|
210
173
|
|
|
211
|
-
###
|
|
174
|
+
### Bug Fixes
|
|
212
175
|
|
|
213
176
|
- **storm-ops:** Update the links in the README files to use proper repository
|
|
214
177
|
([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
|
|
215
178
|
|
|
216
|
-
### ❤️ Thank You
|
|
217
|
-
|
|
218
|
-
- Patrick Sullivan
|
|
219
|
-
|
|
220
179
|
## 0.1.0 (2024-03-25)
|
|
221
180
|
|
|
222
|
-
###
|
|
181
|
+
### Features
|
|
223
182
|
|
|
224
183
|
- **storm-config:** Added rust crates and release/publish workspace tools
|
|
225
184
|
([eab906b1](https://github.com/storm-software/storm-ops/commit/eab906b1))
|
|
@@ -230,151 +189,95 @@
|
|
|
230
189
|
- **workspace-tools:** Major updates to base nx.json configuration
|
|
231
190
|
([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
|
|
232
191
|
|
|
233
|
-
### ❤️ Thank You
|
|
234
|
-
|
|
235
|
-
- Patrick Sullivan
|
|
236
|
-
|
|
237
192
|
## 0.0.14 (2024-03-17)
|
|
238
193
|
|
|
239
|
-
###
|
|
194
|
+
### Bug Fixes
|
|
240
195
|
|
|
241
196
|
- **tsconfig:** Repush changes to tsconfig updates
|
|
242
197
|
([1939b194](https://github.com/storm-software/storm-ops/commit/1939b194))
|
|
243
198
|
|
|
244
|
-
### ❤️ Thank You
|
|
245
|
-
|
|
246
|
-
- Patrick Sullivan
|
|
247
|
-
|
|
248
199
|
## 0.0.13 (2024-03-17)
|
|
249
200
|
|
|
250
|
-
###
|
|
201
|
+
### Bug Fixes
|
|
251
202
|
|
|
252
203
|
- **tsconfig:** Remove unused options from root tsconfig
|
|
253
204
|
([b36ca687](https://github.com/storm-software/storm-ops/commit/b36ca687))
|
|
254
205
|
|
|
255
|
-
### ❤️ Thank You
|
|
256
|
-
|
|
257
|
-
- Patrick Sullivan
|
|
258
|
-
|
|
259
206
|
## 0.0.12 (2024-03-15)
|
|
260
207
|
|
|
261
|
-
###
|
|
208
|
+
### Bug Fixes
|
|
262
209
|
|
|
263
210
|
- **workspace-tools:** Remove unneeded chdir lines from base methods
|
|
264
211
|
([b65ef683](https://github.com/storm-software/storm-ops/commit/b65ef683))
|
|
265
212
|
|
|
266
|
-
### ❤️ Thank You
|
|
267
|
-
|
|
268
|
-
- Patrick Sullivan
|
|
269
|
-
|
|
270
213
|
## 0.0.11 (2024-03-03)
|
|
271
214
|
|
|
272
|
-
###
|
|
215
|
+
### Bug Fixes
|
|
273
216
|
|
|
274
217
|
- **workspace-tools:** Ensure file paths are valid in `fileNames` array
|
|
275
218
|
([0f15dabc](https://github.com/storm-software/storm-ops/commit/0f15dabc))
|
|
276
219
|
|
|
277
|
-
### ❤️ Thank You
|
|
278
|
-
|
|
279
|
-
- Patrick Sullivan
|
|
280
|
-
|
|
281
220
|
## 0.0.10 (2024-03-01)
|
|
282
221
|
|
|
283
|
-
###
|
|
222
|
+
### Bug Fixes
|
|
284
223
|
|
|
285
224
|
- **workspace-tools:** Updates to compiler options for dts build
|
|
286
225
|
([bcee387e](https://github.com/storm-software/storm-ops/commit/bcee387e))
|
|
287
226
|
|
|
288
|
-
### ❤️ Thank You
|
|
289
|
-
|
|
290
|
-
- Patrick Sullivan
|
|
291
|
-
|
|
292
227
|
## 0.0.9 (2024-03-01)
|
|
293
228
|
|
|
294
|
-
###
|
|
229
|
+
### Bug Fixes
|
|
295
230
|
|
|
296
231
|
- **tsconfig:** Added `lib` option to base tsconfig file
|
|
297
232
|
([7e7a848c](https://github.com/storm-software/storm-ops/commit/7e7a848c))
|
|
298
233
|
|
|
299
|
-
### ❤️ Thank You
|
|
300
|
-
|
|
301
|
-
- Patrick Sullivan
|
|
302
|
-
|
|
303
234
|
## 0.0.8 (2024-03-01)
|
|
304
235
|
|
|
305
|
-
###
|
|
236
|
+
### Bug Fixes
|
|
306
237
|
|
|
307
238
|
- **workspace-tools:** Remove the storm env filter
|
|
308
239
|
([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
|
|
309
240
|
|
|
310
|
-
### ❤️ Thank You
|
|
311
|
-
|
|
312
|
-
- Patrick Sullivan
|
|
313
|
-
|
|
314
241
|
## 0.0.7 (2024-03-01)
|
|
315
242
|
|
|
316
|
-
###
|
|
243
|
+
### Bug Fixes
|
|
317
244
|
|
|
318
245
|
- **tsconfig:** Added `typeAcquisition` to compiler options
|
|
319
246
|
([2bd60053](https://github.com/storm-software/storm-ops/commit/2bd60053))
|
|
320
247
|
|
|
321
|
-
### ❤️ Thank You
|
|
322
|
-
|
|
323
|
-
- Patrick Sullivan
|
|
324
|
-
|
|
325
248
|
## 0.0.6 (2024-02-27)
|
|
326
249
|
|
|
327
|
-
###
|
|
250
|
+
### Bug Fixes
|
|
328
251
|
|
|
329
252
|
- **tsconfig:** Update the base `tsconfig.json` file with module resolution
|
|
330
253
|
options
|
|
331
254
|
([972e1110](https://github.com/storm-software/storm-ops/commit/972e1110))
|
|
332
255
|
|
|
333
|
-
### ❤️ Thank You
|
|
334
|
-
|
|
335
|
-
- Patrick Sullivan
|
|
336
|
-
|
|
337
256
|
## 0.0.5 (2024-02-27)
|
|
338
257
|
|
|
339
|
-
###
|
|
258
|
+
### Bug Fixes
|
|
340
259
|
|
|
341
260
|
- **workspace-tools:** Relocation config parser code to build function
|
|
342
261
|
([fa27dea4](https://github.com/storm-software/storm-ops/commit/fa27dea4))
|
|
343
262
|
|
|
344
|
-
### ❤️ Thank You
|
|
345
|
-
|
|
346
|
-
- Patrick Sullivan
|
|
347
|
-
|
|
348
263
|
## 0.0.4 (2024-02-27)
|
|
349
264
|
|
|
350
|
-
###
|
|
265
|
+
### Bug Fixes
|
|
351
266
|
|
|
352
267
|
- **workspace-tools:** Resolve issue with tsconfig file resolution
|
|
353
268
|
([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
|
|
354
269
|
|
|
355
|
-
### ❤️ Thank You
|
|
356
|
-
|
|
357
|
-
- Patrick Sullivan
|
|
358
|
-
|
|
359
270
|
## 0.0.3 (2024-02-27)
|
|
360
271
|
|
|
361
|
-
###
|
|
272
|
+
### Bug Fixes
|
|
362
273
|
|
|
363
274
|
- **workspace-tools:** Dynamically load tsup module and resolve `testing-tools`
|
|
364
275
|
type issues
|
|
365
276
|
([c1d51975](https://github.com/storm-software/storm-ops/commit/c1d51975))
|
|
366
277
|
|
|
367
|
-
### ❤️ Thank You
|
|
368
|
-
|
|
369
|
-
- Patrick Sullivan
|
|
370
|
-
|
|
371
278
|
## 0.0.2 (2024-02-27)
|
|
372
279
|
|
|
373
|
-
###
|
|
280
|
+
### Bug Fixes
|
|
374
281
|
|
|
375
282
|
- **workspace-tools:** Update all imports to `config-tools` in the package
|
|
376
283
|
([85202800](https://github.com/storm-software/storm-ops/commit/85202800))
|
|
377
|
-
|
|
378
|
-
### ❤️ Thank You
|
|
379
|
-
|
|
380
|
-
- Patrick Sullivan
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<b>
|
|
11
11
|
<a href="https://stormsoftware.com" target="_blank">Website</a> •
|
|
12
12
|
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> •
|
|
13
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</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,7 +21,7 @@ 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
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -53,7 +53,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
53
53
|
- [Changelog](#changelog)
|
|
54
54
|
- [Contributing](#contributing)
|
|
55
55
|
- [Contributors](#contributors)
|
|
56
|
-
- [💻 Visit stormsoftware.com to stay up to date with this developer](#-visit-stormsoftwarecom-to-stay-up-to-date-with-this-developer)
|
|
57
56
|
|
|
58
57
|
<!-- END doctoc -->
|
|
59
58
|
|
|
@@ -110,17 +109,25 @@ Run `nx test tsconfig` to execute the unit tests via [Jest](https://jestjs.io).
|
|
|
110
109
|
|
|
111
110
|
## Storm Workspaces
|
|
112
111
|
|
|
113
|
-
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.
|
|
114
118
|
|
|
115
119
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
116
120
|
<br />
|
|
117
121
|
|
|
118
122
|
## Roadmap
|
|
119
123
|
|
|
120
|
-
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).
|
|
121
126
|
|
|
122
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
123
|
-
|
|
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)
|
|
124
131
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
125
132
|
|
|
126
133
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
@@ -139,7 +146,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
139
146
|
|
|
140
147
|
## License
|
|
141
148
|
|
|
142
|
-
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.
|
|
143
151
|
|
|
144
152
|
See [LICENSE](LICENSE) for more information.
|
|
145
153
|
|
|
@@ -148,32 +156,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
148
156
|
|
|
149
157
|
## Changelog
|
|
150
158
|
|
|
151
|
-
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
|
|
152
163
|
|
|
153
164
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
154
165
|
<br />
|
|
155
166
|
|
|
156
167
|
## Contributing
|
|
157
168
|
|
|
158
|
-
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**.
|
|
159
173
|
|
|
160
174
|
Please try to create bug reports that are:
|
|
161
175
|
|
|
162
176
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
163
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
177
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
178
|
+
environment, etc.
|
|
164
179
|
- _Unique._ Do not duplicate existing opened issues.
|
|
165
180
|
- _Scoped to a Single Bug._ One bug per report.
|
|
166
181
|
|
|
167
182
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
168
183
|
|
|
169
|
-
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.
|
|
170
187
|
|
|
171
188
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
172
189
|
<br />
|
|
173
190
|
|
|
174
191
|
## Contributors
|
|
175
192
|
|
|
176
|
-
Thanks goes to these wonderful people
|
|
193
|
+
Thanks goes to these wonderful people
|
|
194
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
177
195
|
|
|
178
196
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
179
197
|
|
|
@@ -198,7 +216,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
198
216
|
|
|
199
217
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
200
218
|
|
|
201
|
-
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!
|
|
202
222
|
|
|
203
223
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
204
224
|
<br />
|
|
@@ -212,9 +232,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
212
232
|
<br />
|
|
213
233
|
|
|
214
234
|
<div align="center">
|
|
215
|
-
<
|
|
216
|
-
<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>
|
|
217
|
-
</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>
|
|
218
236
|
</div>
|
|
219
237
|
|
|
220
238
|
<div align="center">
|
|
@@ -222,18 +240,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
222
240
|
</div>
|
|
223
241
|
<br />
|
|
224
242
|
|
|
225
|
-
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.
|
|
226
245
|
|
|
227
|
-
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.
|
|
228
250
|
|
|
229
|
-
|
|
251
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
252
|
+
receive release notifications, ask questions, and get involved.
|
|
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!
|
|
230
259
|
|
|
231
260
|
<br />
|
|
232
|
-
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
|
|
233
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>
|
|
234
263
|
<br />
|
|
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>
|
|
265
|
+
|
|
266
|
+
<br />
|
|
267
|
+
|
|
235
268
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
236
269
|
<br />
|
|
270
|
+
<br />
|
|
237
271
|
|
|
238
272
|
|
|
239
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";
|