mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-14 11:22:22 +00:00
19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitOverride": true,
|
|
"allowUnreachableCode": false,
|
|
"noImplicitReturns": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"exclude": [
|
|
"./dist",
|
|
"**/__tests__"
|
|
]
|
|
}
|