Skip to content

Commit 82aed78

Browse files
committed
u
1 parent 4841b98 commit 82aed78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blog/2025-12-01-type-aware-alpha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Since the initial preview, support for the following rules has also been added:
148148

149149
### TypeScript program diagnostics are now reported
150150

151-
Previously, if TypeScript failed to create and parse a program, these errors were not reported which lead to confusion around why linting was not working. Now, we report any issues with creating a program as a diagnostic, including configuration issues in `tsconfig.json` files.
151+
Previously, if TypeScript failed to create and parse a program, these errors were not reported which led to confusion around why linting was not working. Now, we report any issues with creating a program as a diagnostic, including configuration issues in `tsconfig.json` files.
152152

153153
For example, if a `tsconfig.json` file contains `baseUrl`, that will be reported as an error, since `baseUrl` has been removed from TypeScript in v7.0:
154154

0 commit comments

Comments
 (0)