mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-14 11:22:22 +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
|
"noEmit": true
|
||||||
},
|
},
|
||||||
"include": ["../../__tests__/**/*", "../../src/**/*"],
|
"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