Commit af01e02
Remove deprecated TypeScript compiler options
Remove esModuleInterop and allowSyntheticDefaultImports from tsconfig/compiler-options.json as they are deprecated in TypeScript 6.0. These options were set to false, which are the default values in TypeScript, so removing them maintains the same behavior while resolving the deprecation warnings.
Co-authored-by: kategengler <444218+kategengler@users.noreply.github.com>1 parent 5266e44 commit af01e02
3 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
0 commit comments