mirror of
https://github.com/hashicorp/setup-packer.git
synced 2026-03-28 07:02:32 +00:00
* updates Actions config * updates docs * Remove unused code that was moved to the core library, update to hashicorp version of GHA-Core, which is currently still private Co-authored-by: Kerim Satirli <k.satirli@gmail.com> Co-authored-by: Alexey Kulakov <uni_que@me.com>
16 lines
260 B
JSON
16 lines
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "./dist",
|
|
"pretty": true,
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|