Commit 8cb8f77
authored
fix(ui): Add module declaration for css modules due to Typescript 6: noUncheckedSideEffectImports (#4117)
We updated typescript version to 6, which have a check for side imports,
causing build failures in ui, due to tailwind config css
Performed the solution mentioned here in the example:
https://www.typescriptlang.org/tsconfig/#noUncheckedSideEffectImports1 parent de63a32 commit 8cb8f77
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments