Files
setup-packer/tsconfig.json
Jenna Goldstrich ae6b3ed3be Install Packer as a binary in user's path instead of being an interface for users to run Packer commands (#63)
* 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>
2022-12-08 22:46:34 +01:00

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"
]
}