mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-14 11:22:22 +00:00
13 lines
335 B
JSON
13 lines
335 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["../../__tests__/**/*", "../../src/**/*"],
|
|
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"],
|
|
"references": [
|
|
{ "path": "./packages/attest" }
|
|
]
|
|
}
|