mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
* Revert "update got dependency and convert to esm module (#533)"
This reverts commit 77efb36ae3.
* keep new local test file changes
* keep changes to PR template
* update changelog
12 lines
No EOL
223 B
JSON
12 lines
No EOL
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |