mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-10-31 23:35:19 +01:00
Matthias Kretschmann
f649083b3e
* project setup fixes * fix typescript * some auto fixes * fixes * fix all linting errors * add urls * fixes, deactivate type checking on Travis for now * add query examples * consistent examples * note about lowercase ETH addresses * remove npm start
7 lines
140 B
JSON
7 lines
140 B
JSON
{
|
|
"extend": "./node_modules/@graphprotocol/graph-ts/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["@graphprotocol/graph-ts"]
|
|
}
|
|
}
|