diff --git a/tsconfig.json b/tsconfig.json index 61ed3384e9..494dbc5599 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,9 +3,6 @@ // generated graphql-server uses "keyofStringsOnly:true" which will be deprecated in 5.0 "ignoreDeprecations": "5.0", }, - "include": [ - "src" - ], "exclude": [ "node_modules" ]