docker-attest-build-provenance/tsconfig.lint.json
Brian DeHamer a8e230aeec
refactor eslint config
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2025-08-26 16:32:39 -07:00

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"]
}