New architecture

This commit is contained in:
2026-04-03 18:45:08 +02:00
parent 4613b8e5dd
commit 0d0e9fe043
24 changed files with 2747 additions and 908 deletions

View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "bundler",
"lib": ["ES2020", "DOM", "DOM.Iterable", "WebWorker"],
"strict": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true
},
"include": ["src"]
}