mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-30 13:04:14 +00:00
Add setup-qemu action (#71)
This commit is contained in:
parent
64ca6397e9
commit
34f453a5dc
14 changed files with 5770 additions and 0 deletions
18
setup-qemu/tsconfig.json
Normal file
18
setup-qemu/tsconfig.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6",
|
||||
"dom"
|
||||
],
|
||||
"newLine": "lf",
|
||||
"outDir": "./lib",
|
||||
"rootDir": "./src",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"esModuleInterop": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"exclude": ["node_modules", "**/*.test.ts"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue