Files
attest-sbom/tsconfig.lint.json
T

10 lines
252 B
JSON
Raw Normal View History

2025-08-28 15:21:40 -07:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["./__tests__/**/*", "./src/**/*"],
"exclude": ["./dist", "./node_modules", "./coverage", "*.json"]
}