Prepare code for strict type checking
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 17 May 2021 21:48:49 +0000 (23:48 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 17 May 2021 21:48:49 +0000 (23:48 +0200)
commit6e0964c8dff48691f7155d12096e777a8f9389f4
treedb5857394b53724b3f916ee7a47ac4531d0d6536
parent54deaf5ff7b62f2684c4c00b1d491ca2a7471f56
Prepare code for strict type checking

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
15 files changed:
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/StationWorker.ts
src/charging-station/ocpp/1.6/OCCP16IncomingRequestService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/types/ocpp/Requests.ts
src/utils/Configuration.ts
src/utils/Utils.ts
src/worker/WorkerAbstract.ts
src/worker/WorkerDynamicPool.ts
src/worker/WorkerFactory.ts
src/worker/WorkerSet.ts
src/worker/WorkerStaticPool.ts
tsconfig.json