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