ocean-subgraph/tsconfig.json

6 lines
140 B
JSON
Raw Normal View History

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