Commit 99a1610
authored
refactor: Remove "browser" tsconfig jsons (#3286)
This pull request removes several `tsconfig.browser.json` files from
multiple packages and updates the corresponding `tsconfig.karma.json`
files to extend from the shared root configuration instead. This
streamlines TypeScript configuration across packages, reducing
redundancy and potential inconsistencies.
**TypeScript configuration cleanup:**
* Deleted `tsconfig.browser.json` files from the following packages to
consolidate configuration into the shared root config:
`autocertifier-server`, `cdn-location`, `geoip-location`, `proto-rpc`,
`sdk`, `trackerless-network`, and `utils`.
**Test configuration updates:**
* Updated `tsconfig.karma.json` files in `dht`, `proto-rpc`,
`trackerless-network`, and `utils` to extend from the shared root config
(`../../tsconfig.browser.json`) instead of the deleted package-local
config, and added necessary compiler options and includes directly.
* Ensured that all updated `tsconfig.karma.json` files explicitly
specify `outDir`, `noImplicitOverride`, and the appropriate `include`
paths.1 parent 060a4c2 commit 99a1610
File tree
13 files changed
+20
-100
lines changed- packages
- autocertifier-server
- cdn-location
- dht
- geoip-location
- proto-rpc
- sdk
- trackerless-network
- utils
13 files changed
+20
-100
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
0 commit comments