Commit bdd558b
committed
Bump typescript from 5.33 to 6.0.3 in /web
TypeScript 6 added stricter checking (TS2882) for side-effect imports of
non-TS files (e.g. `import './App.css'`), requiring an ambient module
declaration. Added `declare module "*.css"` to src/declaration.d.ts
alongside the existing *.svg/underscore declarations.1 parent 284ae85 commit bdd558b
3 files changed
Lines changed: 42 additions & 269 deletions
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 | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
0 commit comments