mirror of
https://gitee.com/actions-mirror/docker-setup-qemu-action
synced 2024-11-23 12:40:41 +08: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"
|
|
]
|
|
}
|