Initial commit

This commit is contained in:
2026-04-23 18:02:47 +02:00
commit 6c7fad267c
8 changed files with 266 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"moduleResolution": "NodeNext",
"module": "NodeNext",
"target": "ESNext",
"rootDir": "./src/",
"outDir": "./dist/",
"declaration": true,
"strict": true
}
}