@xylabs/tsconfig 1.0.11 → 1.0.14

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/README.md CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
  [![npm-badge][]][npm-link]
6
6
 
7
- > The Typescript (tsconfig.json) base configurations that are used across XY Labs Repos, including @xylabs, @xyo-network, and a few other scopes.
7
+ > The Typescript (tsconfig.json) base configurations that are used
8
+ > across XY Labs Repos,
9
+ > including @xylabs, @xyo-network, and a few other scopes.
8
10
 
9
11
  ## Table of Contents
10
12
 
package/package.json CHANGED
@@ -11,10 +11,10 @@
11
11
  },
12
12
  "description": "Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
13
13
  "devDependencies": {
14
- "@xylabs/eslint-config": "^2.1.10",
15
- "eslint": "^8.6.0",
16
- "prettier": "^2.5.1",
17
- "typescript": "^4.5.4"
14
+ "@xylabs/eslint-config": "^2.3.28",
15
+ "eslint": "^8.18.0",
16
+ "prettier": "^2.7.1",
17
+ "typescript": "^4.7.4"
18
18
  },
19
19
  "homepage": "https://github.com/xylabs/tsconfig.git",
20
20
  "keywords": [
@@ -28,9 +28,8 @@
28
28
  "main": "./tsconfig.json",
29
29
  "name": "@xylabs/tsconfig",
30
30
  "dependencies": {
31
- "tslib": "^2.3.1"
31
+ "tslib": "^2.4.0"
32
32
  },
33
- "private": false,
34
33
  "publishConfig": {
35
34
  "access": "public"
36
35
  },
@@ -39,11 +38,12 @@
39
38
  "url": "https://github.com/xylabs/tsconfig.git"
40
39
  },
41
40
  "scripts": {
42
- "deploy": "yarn version --patch && yarn publish ./",
41
+ "deploy": "yarn version patch && yarn npm publish",
43
42
  "fix": "eslint . --fix",
44
43
  "lint": "eslint .",
45
44
  "reinstall": "rm -r -f ./node_modules && rm -f ./yarn.lock && rm -f ./yarn-error.log && yarn install"
46
45
  },
47
46
  "sideEffects": false,
48
- "version": "1.0.11"
49
- }
47
+ "version": "1.0.14",
48
+ "packageManager": "yarn@3.2.0"
49
+ }
package/tsconfig.json CHANGED
@@ -8,14 +8,13 @@
8
8
  "lib": [
9
9
  "es5",
10
10
  "dom",
11
- "es2015.promise",
12
- "es2015.symbol",
13
- "es2015.iterable",
14
- "es2015.collection",
15
- "es2015.symbol.wellknown",
16
- "es2015.core",
17
- "es2017.object",
18
- "es2017.string"
11
+ "es2015",
12
+ "es2016",
13
+ "es2017",
14
+ "es2018",
15
+ "es2019",
16
+ "es2020",
17
+ "es2021"
19
18
  ],
20
19
  "module": "esnext",
21
20
  "moduleResolution": "node",
@@ -24,10 +23,6 @@
24
23
  "skipLibCheck": true,
25
24
  "sourceMap": true,
26
25
  "strict": true,
27
- "target": "es6",
28
- "typeRoots": [
29
- "./types",
30
- "./node_modules/@types"
31
- ]
26
+ "target": "es6"
32
27
  }
33
28
  }
package/.prettierignore DELETED
@@ -1 +0,0 @@
1
- *.md