Commit ed550b4
authored
chore(*): update
This pull request includes updates to TypeScript configuration files
across multiple packages and modifications to the
`.github/sync-client.yml` file to sync these configurations. The most
important changes are the addition of new TypeScript compiler options
and the inclusion of additional file types in the `tsconfig.json` files.
Updates to TypeScript configurations:
*
[`packages/clang-format-git-python/tsconfig.json`](diffhunk://#diff-da952c9797a8b0e14c1f27481ae421251f0a72d0e83c8f633293783174f619deR3-R14):
Added new compiler options such as `target`, `module`,
`moduleResolution`, and `skipLibCheck`. Included `.mjs` and `.cjs` file
types in the `include` section.
*
[`packages/clang-format-git/tsconfig.json`](diffhunk://#diff-da952c9797a8b0e14c1f27481ae421251f0a72d0e83c8f633293783174f619deR3-R14):
Added new compiler options such as `target`, `module`,
`moduleResolution`, and `skipLibCheck`. Included `.mjs` and `.cjs` file
types in the `include` section.
*
[`packages/clang-format-node/tsconfig.json`](diffhunk://#diff-da952c9797a8b0e14c1f27481ae421251f0a72d0e83c8f633293783174f619deR3-R14):
Added new compiler options such as `target`, `module`,
`moduleResolution`, and `skipLibCheck`. Included `.mjs` and `.cjs` file
types in the `include` section.
Modifications to sync configuration:
*
[`.github/sync-client.yml`](diffhunk://#diff-93bc202766315b6269beef308a6ad30ed3e86938ddbfa31b49e030f2263695f1R79-R85):
Added entries to sync `tsconfig.json` files from various packages to a
common destination.tsconfig.json (#296)1 parent 669ab6f commit ed550b4
File tree
4 files changed
+28
-6
lines changed- .github
- packages
- clang-format-git-python
- clang-format-git
- clang-format-node
4 files changed
+28
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | | - | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | | - | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | | - | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
0 commit comments