@foray1010/tsconfig 8.0.1 → 8.0.2

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
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.0.2](https://github.com/foray1010/common-presets/compare/@foray1010/tsconfig@8.0.1...@foray1010/tsconfig@8.0.2) (2022-08-24)
7
+
8
+ **Note:** Version bump only for package @foray1010/tsconfig
9
+
6
10
  ## [8.0.1](https://github.com/foray1010/common-presets/compare/@foray1010/tsconfig@8.0.0...@foray1010/tsconfig@8.0.1) (2022-08-24)
7
11
 
8
12
  **Note:** Version bump only for package @foray1010/tsconfig
package/README.md CHANGED
@@ -6,7 +6,7 @@ If you need to compile TypeScript, use [@foray1010/babel-preset](../babel-preset
6
6
 
7
7
  ## Installation
8
8
 
9
- 1. `yarn add -DE typescript @foray1010/tsconfig`
9
+ 1. `yarn add -DE @foray1010/tsconfig typescript`
10
10
 
11
11
  2. Create an `tsconfig.json` in the project root
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@foray1010/tsconfig",
4
- "version": "8.0.1",
4
+ "version": "8.0.2",
5
5
  "homepage": "https://github.com/foray1010/common-presets/tree/master/packages/tsconfig#readme",
6
6
  "bugs": "https://github.com/foray1010/common-presets/issues",
7
7
  "repository": {
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "4558b3b10e979f052739e103aef0aad62f3e637b"
29
+ "gitHead": "8f4681aea3421297bffa13e0bbbf7f6dba20ca70"
30
30
  }