Skip to content

Commit 5b1e53f

Browse files
committed
fix: tsconfig
1 parent 8826de0 commit 5b1e53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/indexer-common/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"resolveJsonModule": true
2222
},
23-
"include": ["src/**/*.ts"],
23+
"include": ["src/**/*.ts", "node_modules/@graphprotocol/dips-proto/**/*.ts"],
2424
"exclude": [],
2525
"references": []
2626
}

0 commit comments

Comments
 (0)