mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
nikugogoi
9a8ae3f308
* Implement compare CLI for multiple entities at blocks * Implement caching for gql requests
10 lines
157 B
JSON
10 lines
157 B
JSON
{
|
|
"extends": "@graphprotocol/graph-ts/tsconfig",
|
|
"compilerOptions": {
|
|
"types": ["@graphprotocol/graph-ts"]
|
|
},
|
|
"include": [
|
|
"./**/*.ts"
|
|
]
|
|
}
|