Skip to content

Commit 849187f

Browse files
Move test tsconfig.json files under __tests__ to support editors
The TypeScript language server looks for `tsconfig.json` and doesn't take project references into account when resolving the config for a file. See microsoft/TypeScript#27372.
1 parent 82348a4 commit 849187f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/__tests__/tsconfig.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "../../../../tsconfig.test.base",
3+
"include": ["**/*"],
4+
"references": [
5+
{ "path": "../../tsconfig.json" },
6+
{ "path": "../../../apollo-server-integration-testsuite" }
7+
]
8+
}

tsconfig.test.json

-8
This file was deleted.

0 commit comments

Comments
 (0)