[READ-ONLY] Mirror of https://github.com/danielroe/provenance-action. Fail CI when dependencies in your lockfile lose npm provenance or trusted publisher status
github-actions provenance security trusted-publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

provenance-action / tsconfig.json
281 B 15 lines
1{ 2 "compilerOptions": { 3 "target": "ES2019", 4 "module": "Node16", 5 "moduleResolution": "Node16", 6 "allowImportingTsExtensions": true, 7 "noEmit": true, 8 "verbatimModuleSyntax": true, 9 "skipLibCheck": true 10 }, 11 "exclude": [ 12 "dist", 13 "playground" 14 ] 15}