initial commit

This commit is contained in:
2026-02-01 15:02:15 +02:00
commit c258d16088
11 changed files with 10571 additions and 0 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}