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
+5 -1
View File
@@ -26,7 +26,11 @@ const banner = `
module.exports = {
mode: "production",
entry: './src/lib/index.ts',
entry: [
'./src/lib/components/css/Keyboard.css',
'./src/lib/components/css/CandidateBox.css',
'./src/lib/index.ts'
],
target: 'es5',
output: {
filename: 'index.js',