This commit is contained in:
Dax Raad 2025-07-24 09:22:53 -04:00
commit 22d92aa505
20 changed files with 126 additions and 964 deletions

View file

@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"declaration": true
},
"include": [
"src"
]
}