Initial commit

This commit is contained in:
2025-10-17 11:55:10 -05:00
commit f523ec3b6b
17 changed files with 2381 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"esModuleInterop": true,
"sourceMap": true
},
"include": [
"src"
]
}