diff --git a/backend/tsconfig.json b/backend/tsconfig.json index b71bf1938..454d4853c 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -87,7 +87,9 @@ "forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */ }, "include": [ - "../core/src/types" + "../core/src/types", + "src", + "test" ], "ts-node": { "swc": true diff --git a/federation/tsconfig.json b/federation/tsconfig.json index c42e39505..4082df448 100644 --- a/federation/tsconfig.json +++ b/federation/tsconfig.json @@ -87,6 +87,8 @@ }, "include": [ "../core/src/types", + "src", + "test" ], "ts-node": { "swc": true