Fix TypeScript v6 compatibility: remove CSS side-effect imports from .d.ts files

This commit is contained in:
copilot-swe-agent[bot]
2026-07-28 02:20:45 +00:00
committed by GitHub
parent bbdee64c28
commit 10008bc082
8 changed files with 15 additions and 15 deletions
+1
View File
@@ -11,6 +11,7 @@
"lib": ["es2020", "dom"],
"moduleResolution": "node",
"downlevelIteration": true,
"ignoreDeprecations": "6.0",
"strict": true
},
"include": ["src/lib"],