Upgrade Typescript and ESLint (#337) (#342)

* Upgrade eslint and additional lint changes

* Upgrade typescript version to v5

---------

Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
This commit is contained in:
2023-03-24 10:31:33 +04:00
committed by GitHub
co-authored by Dhruv Srivastava
parent 0f239c360e
commit ee63e33cc5
98 changed files with 673 additions and 439 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export class GraphWatcher {
_wasmRestartBlocksInterval: number;
_dataSources: any[] = [];
_dataSourceMap: { [key: string]: DataSource } = {};
_transactionsMap: Map<string, Transaction> = new Map()
_transactionsMap: Map<string, Transaction> = new Map();
_context: Context = {};