@storm-software/tsconfig 0.35.8 → 0.35.10

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,15 @@
1
+ ## 0.35.10 (2025-02-02)
2
+
3
+ ### Miscellaneous
4
+
5
+ - **monorepo:** Regenerate README markdown files ([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
6
+
7
+ ## 0.35.9 (2025-02-02)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **linting-tools:** Resolved issue with `cspell` configuration json ([e0ff0c9a](https://github.com/storm-software/storm-ops/commit/e0ff0c9a))
12
+
1
13
  ## 0.35.8 (2025-01-13)
2
14
 
3
15
  ### Continuous Integration
package/README.md CHANGED
@@ -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
- [![Version](https://img.shields.io/badge/version-0.35.8-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.35.9-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/core.json CHANGED
@@ -5,14 +5,16 @@
5
5
  "compilerOptions": {
6
6
  /* Base Options: */
7
7
  "allowJs": true,
8
- "incremental": true,
9
8
  "isolatedModules": true,
9
+ "incremental": false,
10
+ "composite": false,
11
+ "verbatimModuleSyntax": true,
12
+
10
13
  /* If transpiling with TypeScript: */
11
14
  "sourceMap": true,
12
15
  /* AND if you're building for a library: */
13
16
  "declaration": true,
14
17
  /* AND if you're building for a library in a monorepo: */
15
- "composite": true,
16
18
  "declarationMap": true
17
19
  }
18
20
  }
package/package.json CHANGED
@@ -1 +1,31 @@
1
- {"name":"@storm-software/tsconfig","version":"0.35.8","description":"A comprehensive package containing shared TypeScript configuration files for various Storm Software projects.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/tsconfig"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"dependencies":{"@total-typescript/ts-reset":"0.5.1"},"devDependencies":{"@types/node":"^22.10.2"},"publishConfig":{"access":"public"}}
1
+ {
2
+ "name": "@storm-software/tsconfig",
3
+ "version": "0.35.10",
4
+ "description": "A comprehensive package containing shared TypeScript configuration files for various Storm Software projects.",
5
+ "repository": {
6
+ "type": "github",
7
+ "url": "https://github.com/storm-software/storm-ops",
8
+ "directory": "packages/tsconfig"
9
+ },
10
+ "homepage": "https://stormsoftware.com",
11
+ "bugs": "https://github.com/storm-software/storm-ops/issues",
12
+ "author": {
13
+ "name": "Storm Software",
14
+ "email": "contact@stormsoftware.com",
15
+ "url": "https://stormsoftware.com"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "private": false,
19
+ "keywords": [
20
+ "monorepo",
21
+ "open-system",
22
+ "storm",
23
+ "storm-ops",
24
+ "storm-stack",
25
+ "stormstack",
26
+ "sullivanpj"
27
+ ],
28
+ "dependencies": { "@total-typescript/ts-reset": "0.5.1" },
29
+ "devDependencies": { "@types/node": "^22.10.2" },
30
+ "publishConfig": { "access": "public" }
31
+ }