Add signer

This commit is contained in:
Jon Staab
2024-08-07 11:09:40 -07:00
parent 28daebabee
commit bb7a370fba
12 changed files with 507 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"targets": [
{"extname": ".mjs", "module": "esnext", "moduleResolution": "node"}
],
"projects": ["tsconfig.json"]
}