mirror of
https://github.com/docker/setup-qemu-action.git
synced 2024-11-13 07:35:40 +01:00
224b802eb3
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
18 lines
349 B
JSON
18 lines
349 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"newLine": "lf",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"useUnknownInCatchVariables": false,
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|