mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
Specify empty include
in umbrella tsconfig
files
This commit is contained in:
parent
6796ff310b
commit
16400909b6
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig.base",
|
||||
"files": [],
|
||||
"include": [],
|
||||
"references": [
|
||||
{ "path": "./packages/apollo-cache-control" },
|
||||
{ "path": "./packages/apollo-datasource" },
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig.base",
|
||||
"files": [],
|
||||
"include": [],
|
||||
"references": [
|
||||
{ "path": "./tsconfig.build.json" },
|
||||
{ "path": "./tsconfig.test.json" },
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig.base",
|
||||
"files": [],
|
||||
"include": [],
|
||||
"references": [
|
||||
{ "path": "./packages/apollo-cache-control/tsconfig.test.json" },
|
||||
{ "path": "./packages/apollo-datasource/tsconfig.test.json" },
|
||||
|
|
Loading…
Add table
Reference in a new issue