Fixed some types not being found and some errors Identified by typescript
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"run": "meteor",
|
||||
"debug": "meteor --inspect",
|
||||
"bundle-viz": "meteor --extra-packages bundle-visualizer --production",
|
||||
"lint": "eslint .",
|
||||
"test": "meteor test --driver-package meteortesting:mocha --port 3001",
|
||||
"test:coverage": "COVERAGE=1 COVERAGE_OUT_LCOVONLY=1 COVERAGE_OUT_REMAP=1 COVERAGE_APP_FOLDER=$PWD/ meteor test --once --driver-package meteortesting:mocha",
|
||||
"test:watch:coverage": "COVERAGE=1 COVERAGE_OUT_LCOVONLY=1 COVERAGE_OUT_REMAP=1 COVERAGE_APP_FOLDER=$PWD/ TEST_WATCH=1 meteor test --driver-package meteortesting:mocha",
|
||||
@@ -26,7 +27,6 @@
|
||||
"@babel/runtime": "^7.23.9",
|
||||
"@chenfengyuan/vue-countdown": "^1.1.5",
|
||||
"@tozd/vue-observer-utils": "^0.5.0",
|
||||
"@types/meteor": "^2.9.8",
|
||||
"alea": "^1.0.1",
|
||||
"bcrypt": "^5.1.1",
|
||||
"chroma-js": "^2.4.2",
|
||||
@@ -70,6 +70,8 @@
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.11",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/meteor": "^2.9.8",
|
||||
"@types/meteor-mdg-validated-method": "^1.2.10",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/simpl-schema": "^1.12.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
|
||||
Reference in New Issue
Block a user