Skip to content

Commit

Permalink
chore(deps): update typescript setup
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Sep 13, 2024
1 parent 354f6b3 commit 7c86411
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion .knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://unpkg.com/knip@2/schema.json",
"ignoreDependencies": ["@types/mocha"],
"mocha": {
"entry": ["test/**/*.spec.js"]
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.14",
"@types/node": "^18.19.50",
"@types/pg": "^8.11.0",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/supertest": "^6.0.2",
"@voxpelli/eslint-config": "^21.0.0",
"@voxpelli/tsconfig": "^10.0.0",
"@voxpelli/tsconfig": "^14.0.0",
"c8": "^9.1.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
Expand All @@ -72,8 +72,8 @@
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"supertest": "^6.3.4",
"type-coverage": "^2.27.0",
"typescript": "~5.3.2",
"type-coverage": "^2.29.1",
"typescript": "~5.5.4",
"validate-conventional-commit": "^1.0.3"
}
}
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"extends": "@voxpelli/tsconfig/node16.json",
"extends": "@voxpelli/tsconfig/node18.json",
"files": [
"index.js"
],
"include": [
"test/**/*.js"
]
],
"compilerOptions": {
"types": ["node", "mocha"]
}
}

0 comments on commit 7c86411

Please sign in to comment.