reference @actions/attest package (#10)

Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
Brian DeHamer
2024-02-26 14:46:15 -08:00
committed by GitHub
parent 07dd760c66
commit d3e0400371
26 changed files with 503 additions and 1808 deletions
+1 -5
View File
@@ -15,9 +15,5 @@
"skipLibCheck": true,
"newLine": "lf"
},
"include": [ "/src/*" ],
"exclude": ["./dist", "./node_modules", "./__tests__", "./coverage"],
"references": [
{ "path": "./packages/attest" }
]
"exclude": ["./dist", "./node_modules", "./__tests__", "./coverage"]
}