Skip to content

Commit c0f7913

Browse files
committed
Switch to recommended tsconfig
1 parent cf077f7 commit c0f7913

File tree

3 files changed

+18
-83
lines changed

3 files changed

+18
-83
lines changed

package-lock.json

Lines changed: 15 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonhero/json-infer-types",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Infer the types of a JSON value",
55
"homepage": "https://github.com/jsonhero-io/json-infer-types",
66
"bugs": {
@@ -41,10 +41,8 @@
4141
"author": "Eric Allam",
4242
"license": "MIT",
4343
"devDependencies": {
44-
"@tsconfig/node16": "^1.0.2",
44+
"@tsconfig/recommended": "^1.0.1",
4545
"@types/jest": "^27.0.2",
46-
"@types/lodash.isequal": "^4.5.5",
47-
"@types/lodash.uniqwith": "^4.5.6",
4846
"@types/mime-types": "^2.1.1",
4947
"@types/node": "^16.11.7",
5048
"@types/uuid": "^8.3.3",
@@ -64,8 +62,6 @@
6462
"dependencies": {
6563
"ip-address": "^8.1.0",
6664
"json5": "^2.2.0",
67-
"lodash.isequal": "^4.5.0",
68-
"lodash.uniqwith": "^4.5.0",
6965
"mime-types": "^2.1.34",
7066
"uuid": "^8.3.2"
7167
},

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"extends": "@tsconfig/node16/tsconfig.json",
3-
"module": "ES2020",
2+
"extends": "@tsconfig/recommended/tsconfig.json",
43
"compilerOptions": {
54
"preserveConstEnums": true,
65
"outDir": "./lib",

0 commit comments

Comments
 (0)