@jeromefitz/tsconfig 1.0.0-canary.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +27 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,29 @@
1
1
  # @jeromefitz/tsconfig
2
2
 
3
- TBD
3
+ Custom `tsconfig` setup that can be extended.
4
+
5
+ ## Breakdown
6
+
7
+ All currently `cjs` format:
8
+
9
+ - `./base`
10
+ - `./jest`
11
+ - `./next`
12
+ - `./node14`
13
+ - `./react`
14
+ - `./react-library`
15
+ - `./react-native`
16
+
17
+ ```sh
18
+ yarn add @jeromefitz/tsconfig --dev
19
+ ```
20
+
21
+ ### Example
22
+
23
+ ```json
24
+ {
25
+ // ...
26
+ "extends": "@jeromefitz/tsconfig/node14.json"
27
+ // ...
28
+ }
29
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeromefitz/tsconfig",
3
- "version": "1.0.0-canary.1",
3
+ "version": "1.0.0",
4
4
  "description": "TypeScript Configuration",
5
5
  "author": {
6
6
  "name": "Jerome Fitzgerald",