diff --git a/packages/nocodb/tests/unit/tsconfig.ee.json b/packages/nocodb/tests/unit/tsconfig.ee.json index adf6aeec5e..ce0868b670 100644 --- a/packages/nocodb/tests/unit/tsconfig.ee.json +++ b/packages/nocodb/tests/unit/tsconfig.ee.json @@ -65,7 +65,8 @@ }, "include": [ "./tests/**/**/**.ts", - "./tests/**/**.ts" + "./tests/**/**.ts", + "../../src/**/**.ts", // "**/*.ts", // "**/*.json" ], diff --git a/packages/nocodb/tests/unit/tsconfig.json b/packages/nocodb/tests/unit/tsconfig.json index 377a5d6e71..2867e8befa 100644 --- a/packages/nocodb/tests/unit/tsconfig.json +++ b/packages/nocodb/tests/unit/tsconfig.json @@ -60,7 +60,8 @@ }, "include": [ "./tests/**/**/**.ts", - "./tests/**/**.ts" + "./tests/**/**.ts", + "../../src/**/**.ts", // "**/*.ts", // "**/*.json" ],