mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-13 19:02:19 +00:00
update tsconfig
This commit is contained in:
parent
fdf1b262fc
commit
39adacfb07
5
.github/linters/tsconfig.json
vendored
5
.github/linters/tsconfig.json
vendored
@ -5,5 +5,8 @@
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["../../__tests__/**/*", "../../src/**/*"],
|
||||
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
|
||||
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"],
|
||||
"references": [
|
||||
{ "path": "./packages/attest" }
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user