mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-04-22 05:16:15 +02:00
chore: use strict compilation mode
This commit is contained in:
+3
-3
@@ -10,7 +10,7 @@
|
||||
"start": "node --inspect=5858 -r ts-node/register ./index.ts",
|
||||
"dev": "nodemon --transpile-only index.ts",
|
||||
"migrateDB": "ts-node --transpile-only migrateDB.ts",
|
||||
"build": "tsc"
|
||||
"build": "rm -rf build && tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -64,7 +64,7 @@
|
||||
"devDependencies": {
|
||||
"@types/archiver": "^5.3.1",
|
||||
"@types/compression": "^1.7.1",
|
||||
"@types/connect-redis": "^0.0.18",
|
||||
"@types/connect-redis": "^0.0.20",
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/express-rate-limit": "^6.0.0",
|
||||
"@types/express-session": "^1.17.5",
|
||||
@@ -73,10 +73,10 @@
|
||||
"@types/inquirer": "^8.0.0",
|
||||
"@types/marked": "^4.0.7",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/node-schedule": "^2.1.0",
|
||||
"@types/parse-github-url": "^1.0.0",
|
||||
"@types/passport": "^1.0.11",
|
||||
"@types/passport-github2": "^1.2.5",
|
||||
"@types/rate-limit-redis": "^1.7.4",
|
||||
"@types/tar-fs": "^2.0.1",
|
||||
"@types/unzip-stream": "^0.3.1",
|
||||
"@types/xml-flow": "^1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user