@storm-software/tsconfig 0.3.5 → 0.4.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 +20 -9
- package/README.md +49 -8
- package/base.json +4 -2
- package/package.json +17 -17
- package/packages/tsconfig/src/index.d.ts +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,36 +1,47 @@
|
|
|
1
|
-
## 0.
|
|
1
|
+
## 0.4.0 (2024-06-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🚀 Features
|
|
5
|
+
|
|
6
|
+
- **eslint-plugin:** Added the `eslint` and `prittier` base packages ([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
|
|
2
7
|
|
|
8
|
+
## 0.3.6 (2024-04-09)
|
|
3
9
|
|
|
4
10
|
### 🩹 Fixes
|
|
5
11
|
|
|
6
|
-
- **
|
|
12
|
+
- **tsconfig:** Resolve invalid base tsconfig modules ([af07fcdb](https://github.com/storm-software/storm-ops/commit/af07fcdb))
|
|
13
|
+
|
|
14
|
+
### ❤️ Thank You
|
|
15
|
+
|
|
16
|
+
- Patrick Sullivan
|
|
17
|
+
|
|
18
|
+
## 0.3.5 (2024-04-09)
|
|
19
|
+
|
|
20
|
+
### 🩹 Fixes
|
|
7
21
|
|
|
22
|
+
- **build-tools:** Updates to base tsconfig and build tools ([97648eac](https://github.com/storm-software/storm-ops/commit/97648eac))
|
|
8
23
|
|
|
9
|
-
### ❤️
|
|
24
|
+
### ❤️ Thank You
|
|
10
25
|
|
|
11
26
|
- Patrick Sullivan
|
|
12
27
|
|
|
13
28
|
## 0.3.4 (2024-04-08)
|
|
14
29
|
|
|
15
|
-
|
|
16
30
|
### 🩹 Fixes
|
|
17
31
|
|
|
18
32
|
- **build-tools:** Resolved issue with module types used in build ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
|
|
19
33
|
|
|
20
|
-
|
|
21
|
-
### ❤️ Thank You
|
|
34
|
+
### ❤️ Thank You
|
|
22
35
|
|
|
23
36
|
- Patrick Sullivan
|
|
24
37
|
|
|
25
38
|
## 0.3.3 (2024-04-08)
|
|
26
39
|
|
|
27
|
-
|
|
28
40
|
### 🩹 Fixes
|
|
29
41
|
|
|
30
42
|
- **build-tools:** Resolved issue with duplicate require definition ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
|
|
31
43
|
|
|
32
|
-
|
|
33
|
-
### ❤️ Thank You
|
|
44
|
+
### ❤️ Thank You
|
|
34
45
|
|
|
35
46
|
- Patrick Sullivan
|
|
36
47
|
|
package/README.md
CHANGED
|
@@ -3,11 +3,16 @@
|
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
<div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%"
|
|
6
|
+
<div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
|
|
7
7
|
<br />
|
|
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> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
|
|
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
|
+
</b>
|
|
11
16
|
</div>
|
|
12
17
|
|
|
13
18
|
<br />
|
|
@@ -16,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
16
21
|
|
|
17
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 />
|
|
18
23
|
|
|
19
|
-
[](https://prettier.io/)
|
|
20
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
21
26
|
|
|
22
27
|
> [!IMPORTANT]
|
|
@@ -82,6 +87,9 @@ Run `nx test tsconfig` to execute the unit tests via [Jest](https://jestjs.io).
|
|
|
82
87
|
|
|
83
88
|
Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
|
|
84
89
|
|
|
90
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
91
|
+
<br />
|
|
92
|
+
|
|
85
93
|
## Roadmap
|
|
86
94
|
|
|
87
95
|
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
|
|
@@ -90,6 +98,9 @@ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
|
90
98
|
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
|
|
91
99
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
92
100
|
|
|
101
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
102
|
+
<br />
|
|
103
|
+
|
|
93
104
|
## Support
|
|
94
105
|
|
|
95
106
|
Reach out to the maintainer at one of the following places:
|
|
@@ -98,16 +109,25 @@ Reach out to the maintainer at one of the following places:
|
|
|
98
109
|
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
99
110
|
- <support@stormsoftware.com>
|
|
100
111
|
|
|
112
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
113
|
+
<br />
|
|
114
|
+
|
|
101
115
|
## License
|
|
102
116
|
|
|
103
117
|
This project is licensed under the **Apache License 2.0**. Feel free to edit and distribute this template as you like.
|
|
104
118
|
|
|
105
119
|
See [LICENSE](LICENSE) for more information.
|
|
106
120
|
|
|
121
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
122
|
+
<br />
|
|
123
|
+
|
|
107
124
|
## Changelog
|
|
108
125
|
|
|
109
126
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md) file
|
|
110
127
|
|
|
128
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
129
|
+
<br />
|
|
130
|
+
|
|
111
131
|
## Contributing
|
|
112
132
|
|
|
113
133
|
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
|
|
@@ -123,6 +143,9 @@ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
|
123
143
|
|
|
124
144
|
You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
|
|
125
145
|
|
|
146
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
147
|
+
<br />
|
|
148
|
+
|
|
126
149
|
## Contributors
|
|
127
150
|
|
|
128
151
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
@@ -140,7 +163,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
140
163
|
<tfoot>
|
|
141
164
|
<tr>
|
|
142
165
|
<td align="center" size="13px" colspan="7">
|
|
143
|
-
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
|
|
166
|
+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
|
|
144
167
|
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
|
|
145
168
|
</img>
|
|
146
169
|
</td>
|
|
@@ -152,22 +175,40 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
152
175
|
|
|
153
176
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
|
154
177
|
|
|
178
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
155
179
|
<br />
|
|
180
|
+
|
|
181
|
+
<hr />
|
|
156
182
|
<br />
|
|
183
|
+
|
|
157
184
|
<div align="center">
|
|
158
|
-
|
|
185
|
+
<img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
|
|
159
186
|
</div>
|
|
160
187
|
<br />
|
|
161
188
|
|
|
162
189
|
<div align="center">
|
|
163
|
-
<
|
|
190
|
+
<b>
|
|
191
|
+
<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>
|
|
192
|
+
</b>
|
|
164
193
|
</div>
|
|
165
194
|
|
|
166
195
|
<div align="center">
|
|
167
|
-
<
|
|
196
|
+
<b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
|
|
168
197
|
</div>
|
|
198
|
+
<br />
|
|
199
|
+
|
|
200
|
+
Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.
|
|
201
|
+
|
|
202
|
+
Our mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
169
203
|
|
|
170
|
-
|
|
204
|
+
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our website!
|
|
205
|
+
|
|
206
|
+
<br />
|
|
207
|
+
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
|
|
208
|
+
|
|
209
|
+
<br />
|
|
210
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
211
|
+
<br />
|
|
171
212
|
|
|
172
213
|
|
|
173
214
|
<!-- markdownlint-restore -->
|
package/base.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"module": "esnext",
|
|
8
8
|
"lib": ["ESNext"],
|
|
9
9
|
"noLib": false,
|
|
10
|
-
"
|
|
10
|
+
"moduleDetection": "force",
|
|
11
|
+
"moduleResolution": "bundler",
|
|
11
12
|
"pretty": true,
|
|
12
13
|
"sourceMap": true,
|
|
13
14
|
"incremental": true,
|
|
@@ -28,7 +29,8 @@
|
|
|
28
29
|
"emitDecoratorMetadata": true,
|
|
29
30
|
"skipLibCheck": true,
|
|
30
31
|
"skipDefaultLibCheck": true,
|
|
31
|
-
"esModuleInterop": true
|
|
32
|
+
"esModuleInterop": true,
|
|
33
|
+
"preserveSymlinks": true
|
|
32
34
|
},
|
|
33
35
|
"include": [
|
|
34
36
|
"**/*.ts",
|
package/package.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsconfig",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"private": false,
|
|
3
|
+
"version": "0.4.0",
|
|
5
4
|
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"storm",
|
|
8
|
-
"storm-ops",
|
|
9
|
-
"stormstack",
|
|
10
|
-
"storm-stack",
|
|
11
|
-
"sullivanpj",
|
|
12
|
-
"open-system",
|
|
13
|
-
"monorepo"
|
|
14
|
-
],
|
|
15
|
-
"homepage": "https://stormsoftware.com",
|
|
16
|
-
"bugs": {
|
|
17
|
-
"url": "https://github.com/storm-software/storm-ops/issues",
|
|
18
|
-
"email": "support@stormsoftware.com"
|
|
19
|
-
},
|
|
20
5
|
"repository": {
|
|
21
6
|
"type": "github",
|
|
22
7
|
"url": "https://github.com/storm-software/storm-ops",
|
|
23
8
|
"directory": "packages/tsconfig"
|
|
24
9
|
},
|
|
25
|
-
"
|
|
10
|
+
"homepage": "https://stormsoftware.com",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/storm-software/storm-ops/issues",
|
|
13
|
+
"email": "support@stormsoftware.com"
|
|
14
|
+
},
|
|
26
15
|
"author": {
|
|
27
16
|
"name": "Storm Software",
|
|
28
17
|
"email": "contact@stormsoftware.com",
|
|
29
18
|
"url": "https://stormsoftware.com"
|
|
30
19
|
},
|
|
20
|
+
"license": "Apache 2.0",
|
|
21
|
+
"private": false,
|
|
22
|
+
"keywords": [
|
|
23
|
+
"storm",
|
|
24
|
+
"storm-ops",
|
|
25
|
+
"stormstack",
|
|
26
|
+
"storm-stack",
|
|
27
|
+
"sullivanpj",
|
|
28
|
+
"open-system",
|
|
29
|
+
"monorepo"
|
|
30
|
+
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@total-typescript/ts-reset": "0.5.1"
|
|
33
33
|
},
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const baseTsConfigJson = "./base.json";
|
|
2
|
+
export declare const bunTsConfigJson = "./bun.json";
|
|
3
|
+
export declare const nextTsConfigJson = "./next.json";
|
|
4
|
+
export declare const reactTsConfigJson = "./react.json";
|
|
5
|
+
export declare const reactNativeTsConfigJson = "./react-native.json";
|
|
6
|
+
export declare const scriptTsConfigJson = "./script.json";
|