Files
attest/.github/linters/tsconfig.json
T
Brian DeHamer aaaeb08d4e Initial commit
2024-02-20 11:22:22 -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"]
}