Lint using tsc; fix type errors

This commit is contained in:
Gilbert
2024-04-11 21:49:14 -05:00
parent f8d706233e
commit 2274e8d145
233 changed files with 613 additions and 3545 deletions
+3 -1
View File
@@ -10,6 +10,7 @@
"@types/debug": "^4.1.5",
"@types/express": "^4.17.21",
"@types/node": "^20.11.0",
"@types/semver": "^7.5.8",
"apollo-server-core": "^3.13.0",
"apollo-server-express": "^3.13.0",
"cors": "^2.8.5",
@@ -37,6 +38,7 @@
"build": "yarn clean && tsc && yarn copy-assets",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "tsc --noEmit",
"test:registry:init": "DEBUG=snowball:* ts-node ./test/initialize-registry.ts",
"test:registry:publish-deploy-records": "DEBUG=snowball:* ts-node ./test/publish-deploy-records.ts",
"test:db:load:fixtures": "DEBUG=snowball:* ts-node ./test/initialize-db.ts",
@@ -50,4 +52,4 @@
"prettier": "^3.1.1",
"workspace": "^0.0.1-preview.1"
}
}
}