chore: extend lint:ts to cover api (#49793)

* fix: include express-session types + suppress err

* chore: add api to lint:ts

* fix: remove unnecessary typeRoots config
This commit is contained in:
Oliver Eyton-Williams
2023-03-22 13:29:46 +01:00
committed by GitHub
parent 982878948f
commit 36b06be8ce
5 changed files with 14 additions and 4 deletions
+2 -1
View File
@@ -18,10 +18,11 @@
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"devDependencies": {
"@fastify/type-provider-typebox": "2.4.0",
"@types/express-session": "1.17.7",
"@types/supertest": "2.0.12",
"jest": "29.5.0",
"prisma": "4.11.0",
"pino-pretty": "10.0.0",
"prisma": "4.11.0",
"supertest": "6.3.3",
"ts-jest": "29.0.5"
},