refactor: tighten project structure and strengthen tooling

This commit is contained in:
2026-04-16 10:45:05 +02:00
parent 3506858c96
commit 7769959135
57 changed files with 362 additions and 519 deletions
+3
View File
@@ -6,6 +6,9 @@
"module": "esnext",
"types": ["node"],
"skipLibCheck": true,
"strict": true,
"exactOptionalPropertyTypes": true,
"noUncheckedIndexedAccess": true,
/* Bundler mode */
"moduleResolution": "bundler",