Skip to content

Commit 4a32b25

Browse files
committed
chore(rpc-methods): Fix tsconfig.build.json
1 parent 958fa27 commit 4a32b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rpc-methods/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"rootDir": "./src",
88
"types": []
99
},
10-
"references": [],
10+
"references": [{ "path": "../utils/tsconfig.build.json" }],
1111
"files": [],
1212
"include": ["./src"]
1313
}

0 commit comments

Comments
 (0)