readme updates (#16)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-02-28 13:56:23 -08:00
committed by GitHub
parent 32049315c5
commit 2246042d69
2 changed files with 113 additions and 158 deletions
+1 -4
View File
@@ -5,8 +5,5 @@
"noEmit": true
},
"include": ["../../__tests__/**/*", "../../src/**/*"],
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"],
"references": [
{ "path": "./packages/attest" }
]
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
}