Commit 6fcdc10
authored
refactor [NET-1644]: Clean-up tsconfigs for the
This pull request updates the TypeScript build and lint configuration
for the `browser-test-runner` package to use the main `tsconfig.json`
instead of `tsconfig.node.json`. It also adds a new script for
type-checking without emitting output.
### Changes
**Build and TypeScript configuration updates:**
* Changed the ESLint TypeScript parser configuration in
`eslint.config.mjs` to use `tsconfig.json` instead of
`tsconfig.node.json` for project references.
* Updated the `build` script in `package.json` to use the default
`tsconfig.json` and added a `check` script for running TypeScript type
checks without emitting files.browser-test-runner package (#3268)1 parent b92286b commit 6fcdc10
File tree
3 files changed
+3
-2
lines changed- packages/browser-test-runner
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
File renamed without changes.
0 commit comments