Commit Graph

10 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
2a0410f597 chore(types): fill in gap from jsdom 2025-09-28 20:55:20 +03:00
Elian Doran
8578aa26c1 chore(types): disable verbatim module syntax for now 2025-05-27 23:43:28 +03:00
Elian Doran
827a8fc1b4 refactor(server): solve some build type errors 2025-05-21 13:31:07 +03:00
Elian Doran
3e468d7960 Merge remote-tracking branch 'origin/develop' into feature/ckeditor_lib 2025-05-07 21:39:07 +03:00
Elian Doran
28266c5bd0 refactor(client): solve type errors 2025-05-07 21:15:32 +03:00
Elian Doran
68456f0488 chore(tsconfig): disable no implicit override for now 2025-05-03 18:04:43 +03:00
Elian Doran
f9db91d5a1 chore(monorepo): integrate everything from old monorepo 2025-05-03 03:14:23 +03:00
Elian Doran
32bc24b4c8 chore(test/client): solve dependency error due to CJS 2025-04-29 10:53:08 +03:00
Elian Doran
57ecf72c90 chore(nx): initialize as empty project 2025-04-22 14:38:57 +03:00