Files
attest/.github/linters/tsconfig.json
Brian DeHamer 2246042d69 readme updates (#16)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-02-28 13:56:23 -08:00

10 lines
276 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["../../__tests__/**/*", "../../src/**/*"],
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
}