Commit Graph

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
819c9a7506 fix: resolve TypeScript 6 typecheck issues
- Remove deprecated `downlevelIteration` from tsconfig.base.json (not needed for ES2022+ target)
- Add `noUncheckedSideEffectImports: false` to tsconfig.base.json and ckeditor5 package tsconfigs to allow CSS/plugin side-effect imports
- Remove deprecated `baseUrl: "."` from 6 package tsconfig.lib.json files (unused without `paths`)
- Replace `NodeJS.Timeout` with `ReturnType<typeof setTimeout>` in debounce.ts

Agent-Logs-Url: https://github.com/TriliumNext/Trilium/sessions/8e861e56-2be6-4c61-9558-a666abbe3ff0

Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2026-03-31 19:22:16 +00:00
Elian Doran
4fad4de319 chore(highlightjs): basic integration 2025-05-18 15:16:53 +03:00
Elian Doran
294727600b feat(highlightjs): add test 2025-05-18 11:26:59 +03:00
Elian Doran
d4fab87ed9 refactor(highlightjs): create separate project 2025-05-18 00:16:09 +03:00