watcher-ts/packages/graph-node/assembly/tsconfig.json
nikugogoi 9a8ae3f308
Implement compare CLI for multiple entities for given block range (#108)
* Implement compare CLI for multiple entities at blocks

* Implement caching for gql requests
2022-01-17 15:18:44 +05:30

10 lines
157 B
JSON

{
"extends": "@graphprotocol/graph-ts/tsconfig",
"compilerOptions": {
"types": ["@graphprotocol/graph-ts"]
},
"include": [
"./**/*.ts"
]
}