5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-11 17:03:49 +00:00
vault-action/jsconfig.json
2024-03-08 15:28:17 -06:00

10 lines
144 B
JSON

{
"typeAcquisition": {
"include": [
"jest"
]
},
"compilerOptions": {
"target": "es2018"
}
}