Fix types dist paths

This commit is contained in:
Chocobozzz
2021-12-24 13:16:55 +01:00
parent 499be42ca2
commit b969539c83
14 changed files with 78 additions and 26 deletions

View File

@@ -63,6 +63,7 @@
"nodemon": "nodemon",
"ts-node": "ts-node",
"eslint": "eslint",
"resolve-tspaths": "resolve-tspaths",
"concurrently": "concurrently",
"mocha": "mocha",
"ci": "bash ./scripts/ci.sh",
@@ -203,6 +204,7 @@
"mocha": "^9.0.0",
"nodemon": "^2.0.1",
"proxy": "^1.0.2",
"resolve-tspaths": "^0.1.2",
"socket.io-client": "^4.0.1",
"source-map-support": "^0.5.0",
"supertest": "^6.0.1",