mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: clean up types and tsconfig (#49360)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
37ed23ef38
commit
f35ab4d0ba
+2
-2
@@ -4,7 +4,7 @@
|
||||
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/middie": "8.0.0",
|
||||
"@fastify/middie": "8.1",
|
||||
"@fastify/mongodb": "6.1.0",
|
||||
"fastify": "4.9.2",
|
||||
"fastify-plugin": "4.3.0"
|
||||
@@ -32,7 +32,7 @@
|
||||
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc index.ts",
|
||||
"build": "tsc",
|
||||
"develop": "nodemon index.ts",
|
||||
"start": "NODE_ENV=production node index.js",
|
||||
"test": "NODE_OPTIONS='--test-only' ts-node **/*.test.ts"
|
||||
|
||||
Reference in New Issue
Block a user