Skip to content

Commit 6400703

Browse files
build: update tsconfig
1 parent 2c3e14e commit 6400703

File tree

3 files changed

+163
-164
lines changed

3 files changed

+163
-164
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com/nihalgonsalves/pg-error-enum#readme",
1515
"main": "dist/index.js",
1616
"types": "dist/index.d.ts",
17-
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
17+
"packageManager": "yarn@4.7.0+sha512.5a0afa1d4c1d844b3447ee3319633797bcd6385d9a44be07993ae52ff4facabccafb4af5dcd1c2f9a94ac113e5e9ff56f6130431905884414229e284e37bb7c9",
1818
"scripts": {
1919
"sync": "node --experimental-strip-types bin/sync.mts",
2020
"clean": "rm -rf ./dist/",
@@ -30,14 +30,14 @@
3030
"dist/**/*"
3131
],
3232
"devDependencies": {
33-
"@nihalgonsalves/esconfig": "^0.10.24",
33+
"@nihalgonsalves/esconfig": "^0.11.0",
3434
"@types/node": "^18",
35-
"eslint": "^9.21.0",
35+
"eslint": "^9.22.0",
3636
"knip": "^5.45.0",
37-
"lefthook": "^1.11.2",
38-
"prettier": "^3.5.2",
37+
"lefthook": "^1.11.3",
38+
"prettier": "^3.5.3",
3939
"typescript": "^5.8.2",
40-
"typescript-eslint": "^8.25.0",
40+
"typescript-eslint": "^8.26.1",
4141
"zod": "^3.24.2"
4242
}
4343
}

tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"module": "commonjs",
77
"moduleResolution": "node",
88
"verbatimModuleSyntax": false,
9-
"allowJs": true,
10-
"checkJs": true,
11-
"skipLibCheck": true,
9+
"erasableSyntaxOnly": false,
1210
"outDir": "./dist",
1311
"types": ["node"]
1412
},

0 commit comments

Comments
 (0)