Add MIT License, update package.json with new version and description, add package-lock.json, and configure tsconfig.json includes/excludes

This commit is contained in:
2025-08-18 02:04:07 -04:00
parent 511408b858
commit 1e3bc7961a
4 changed files with 168 additions and 6 deletions

View File

@@ -25,5 +25,7 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
}
}
},
"include": ["src"],
"exclude": ["test", "dist", "node_modules"]
}