Merge final group into main (#3)

This commit was merged in pull request #3.
This commit is contained in:
2026-05-10 20:10:01 +00:00
parent 4275cbd795
commit 1910e479ec
20 changed files with 3080 additions and 1 deletions

15
tsconfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"useDefineForClassFields": true
},
"include": ["src"]
}