Skip to content

Commit 4b49512

Browse files
committed
Pass test/proto through the pipe with diabled noImplicitOverride
1 parent 6fa27a4 commit 4b49512

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/proto-rpc/tsconfig.generated.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"noImplicitOverride": false
55
},
66
"include": [
7-
"generated"
7+
"generated",
8+
"test/proto"
89
],
910
"exclude": []
1011
}

packages/proto-rpc/tsconfig.jest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"src",
55
"test"
66
],
7+
"exclude": [
8+
"test/proto"
9+
],
710
"references": [
811
{ "path": "./tsconfig.generated.json" }
912
]

0 commit comments

Comments
 (0)