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
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "../../node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["esnext", "dom", "dom.iterable"]
},
"include": ["**/*.ts"]
}