We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8826de0 commit 5b1e53fCopy full SHA for 5b1e53f
packages/indexer-common/tsconfig.json
@@ -20,7 +20,7 @@
20
],
21
"resolveJsonModule": true
22
},
23
- "include": ["src/**/*.ts"],
+ "include": ["src/**/*.ts", "node_modules/@graphprotocol/dips-proto/**/*.ts"],
24
"exclude": [],
25
"references": []
26
}
0 commit comments