Skip to content

Commit 8af77e9

Browse files
author
Pelle Wessman
committed
Use @tsconfig/node14
1 parent e1acf0d commit 8af77e9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
},
4141
"devDependencies": {
4242
"@socketsecurity/eslint-config": "^1.0.0",
43+
"@tsconfig/node14": "^1.0.3",
4344
"@types/chai": "^4.3.3",
4445
"@types/mocha": "^10.0.0",
4546
"@types/node": "^14.18.31",
4647
"@types/prompts": "^2.4.1",
4748
"@typescript-eslint/eslint-plugin": "^5.36.2",
4849
"@typescript-eslint/parser": "^5.36.2",
49-
"@voxpelli/tsconfig": "^4.0.0",
5050
"c8": "^7.12.0",
5151
"chai": "^4.3.6",
5252
"dependency-check": "^5.0.0-7",
@@ -65,7 +65,7 @@
6565
"mocha": "^10.0.0",
6666
"npm-run-all2": "^6.0.2",
6767
"type-coverage": "^2.21.2",
68-
"typescript": "~4.6.0"
68+
"typescript": "~4.8.4"
6969
},
7070
"dependencies": {
7171
"@socketsecurity/sdk": "^0.3.1",

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@voxpelli/tsconfig/node14.json",
2+
"extends": "@tsconfig/node14/tsconfig.json",
33
"files": [
44
"cli.js"
55
],
@@ -8,6 +8,10 @@
88
"test/**/*",
99
],
1010
"compilerOptions": {
11+
"allowJs": true,
12+
"checkJs": true,
13+
"noEmit": true,
14+
"resolveJsonModule": true,
1115
"module": "es2022",
1216
"moduleResolution": "node"
1317
}

0 commit comments

Comments
 (0)