mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-15 16:25:43 +00:00
feat: add initial code logic
This commit is contained in:
parent
db817f6cf8
commit
200002c936
8 changed files with 5513 additions and 0 deletions
10
jsconfig.json
Normal file
10
jsconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"typeAcquisition": {
|
||||
"include": [
|
||||
"jest"
|
||||
]
|
||||
},
|
||||
"compilerOptions": {
|
||||
"target": "es2018"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue