Commit 216bbf6
authored
refactor: remove typecheck configurations and related tsconfig files (#141)
By doing this we are reducing the amount of Typechecks we are running down from 2, to 1.
This will speedup the CI pipeline by a small margin.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **Chores**
- Removed package-specific TypeScript test configuration files.
- Updated test configuration to eliminate type checking for test declaration files in several packages.
- Adjusted CI workflow to change the order of type checking in the process.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->8 files changed
Lines changed: 3 additions & 56 deletions
File tree
- .github/workflows
- packages
- adapters
- cli
- internal-utils
- parsers
- schemas
- versions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
42 | | - | |
43 | | - | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 50 | | |
57 | 51 | | |
58 | 52 | | |
| |||
65 | 59 | | |
66 | 60 | | |
67 | 61 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 62 | | |
75 | 63 | | |
76 | 64 | | |
| |||
82 | 70 | | |
83 | 71 | | |
84 | 72 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 73 | | |
92 | 74 | | |
93 | 75 | | |
| |||
99 | 81 | | |
100 | 82 | | |
101 | 83 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 84 | | |
109 | 85 | | |
110 | 86 | | |
| |||
116 | 92 | | |
117 | 93 | | |
118 | 94 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 95 | | |
126 | 96 | | |
127 | 97 | | |
| |||
0 commit comments