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