// Let tsc resolve CSS side-effect imports (e.g. '@xterm/xterm/css/xterm.css'). // esbuild does the actual bundling (→ public/build/main.css); this just gives // the import a type so we don't need a per-file @ts-ignore. declare module '*.css'