|
5 | 5 | ".": { "entry": ["scripts/*.js", "tools/*.js", ".github/workflows/*.yml"] }, |
6 | 6 | "packages/compat": { |
7 | 7 | "ignoreDependencies": ["eslint"], |
8 | | - "entry": ["tests/**/*.{js,ts}"], |
9 | | - "project": ["src/**/*.{js,ts}", "tests/*.{js,ts}"] |
| 8 | + "entry": ["tests/**/*.{cts,js,ts}"], |
| 9 | + "project": ["src/**/*.{cts,js,ts}", "tests/*.{cts,js,ts}"] |
10 | 10 | }, |
11 | 11 | "packages/config-array": { |
12 | | - "entry": ["tests/**/*.{js,ts}", "rollup.std__path-config.js"], |
13 | | - "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"] |
| 12 | + "entry": ["tests/**/*.{cts,js,ts}", "rollup.std__path-config.js"], |
| 13 | + "project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"] |
14 | 14 | }, |
15 | 15 | "packages/config-helpers": { |
16 | | - "entry": ["tests/**/*.{js,ts,cts}"], |
17 | | - "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts,cts}"] |
| 16 | + "entry": ["tests/**/*.{cts,cts,js,ts}"], |
| 17 | + "project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,cts,js,ts}"] |
18 | 18 | }, |
19 | | - "packages/core": { "project": ["src/**/*.{js,ts}"] }, |
| 19 | + "packages/core": { "project": ["src/**/*.{cts,js,ts}"] }, |
20 | 20 | "packages/mcp": { |
21 | | - "entry": ["tests/**/*.{js,ts}"], |
22 | | - "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"] |
| 21 | + "entry": ["tests/**/*.{cts,js,ts}"], |
| 22 | + "project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"] |
23 | 23 | }, |
24 | 24 | "packages/migrate-config": { |
25 | | - "entry": ["src/migrate-config.js", "tests/**/*.{js,ts}"], |
26 | | - "project": ["src/**/*.{js,ts}", "tests/*.{js,ts}"] |
| 25 | + "entry": ["src/migrate-config.js", "tests/**/*.{cts,js,ts}"], |
| 26 | + "project": ["src/**/*.{cts,js,ts}", "tests/*.{cts,js,ts}"] |
27 | 27 | }, |
28 | 28 | "packages/object-schema": { |
29 | | - "entry": ["tests/**/*.{js,ts}", "src/types.ts"], |
30 | | - "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"] |
| 29 | + "entry": ["tests/**/*.{cts,js,ts}", "src/types.ts"], |
| 30 | + "project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"] |
31 | 31 | }, |
32 | 32 | "packages/plugin-kit": { |
33 | | - "entry": ["tests/**/*.{js,ts,cts}"], |
34 | | - "project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts,cts}"] |
| 33 | + "entry": ["tests/**/*.{cts,cts,js,ts}"], |
| 34 | + "project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,cts,js,ts}"] |
35 | 35 | } |
36 | 36 | } |
37 | 37 | } |
0 commit comments