|
7 | 7 | { |
8 | 8 | "project": "packages/entity/tsconfig.json", |
9 | 9 | "output": "packages/entity/src", |
10 | | - "exclude": [ |
11 | | - "**/__testfixtures__/**", |
12 | | - "**/__tests__/**" |
13 | | - ] |
| 10 | + "exclude": [ "**/__testfixtures__/**", "**/__tests__/**" ] |
14 | 11 | }, |
15 | 12 | { |
16 | 13 | "project": "packages/entity-cache-adapter-local-memory/tsconfig.json", |
17 | 14 | "output": "packages/entity-cache-adapter-local-memory/src", |
18 | | - "exclude": [ "**/__testfixtures__/**" ] |
| 15 | + "exclude": [ "**/__testfixtures__/**", "**/__tests__/**" ] |
19 | 16 | }, |
20 | 17 | { |
21 | 18 | "project": "packages/entity-cache-adapter-redis/tsconfig.json", |
22 | 19 | "output": "packages/entity-cache-adapter-redis/src", |
23 | | - "exclude": [ "**/__testfixtures__/**" ] |
| 20 | + "exclude": [ "**/__testfixtures__/**", "**/__tests__/**" ] |
24 | 21 | }, |
25 | 22 | { |
26 | 23 | "project": "packages/entity-database-adapter-knex/tsconfig.json", |
27 | 24 | "output": "packages/entity-database-adapter-knex/src", |
28 | | - "exclude": [ "**/__testfixtures__/**" ] |
| 25 | + "exclude": [ "**/__testfixtures__/**", "**/__tests__/**" ] |
29 | 26 | }, |
30 | 27 | { |
31 | 28 | "project": "packages/entity-ip-address-field/tsconfig.json", |
32 | 29 | "output": "packages/entity-ip-address-field/src", |
| 30 | + "exclude": [ "**/__testfixtures__/**", "**/__tests__/**" ] |
33 | 31 | }, |
34 | 32 | { |
35 | 33 | "project": "packages/entity-secondary-cache-local-memory/tsconfig.json", |
36 | 34 | "output": "packages/entity-secondary-cache-local-memory/src", |
37 | | - "exclude": [ "**/__tests__/**" ] |
| 35 | + "exclude": [ "**/__testfixtures__/**", "**/__tests__/**" ] |
38 | 36 | }, |
39 | 37 | { |
40 | 38 | "project": "packages/entity-secondary-cache-redis/tsconfig.json", |
41 | 39 | "output": "packages/entity-secondary-cache-redis/src", |
42 | | - "exclude": [ "**/__testfixtures__/**" ] |
| 40 | + "exclude": [ "**/__testfixtures__/**", "**/__tests__/**" ] |
43 | 41 | }, |
44 | 42 | { |
45 | 43 | "project": "packages/entity-testing-utils/tsconfig.json", |
46 | 44 | "output": "packages/entity-testing-utils/src", |
47 | | - "exclude": [ "**/__testfixtures__/**" ] |
| 45 | + "exclude": [ "**/__testfixtures__/**", "**/__tests__/**" ] |
48 | 46 | } |
49 | 47 | ] |
50 | 48 | } |
0 commit comments