mirror of
https://github.com/docker/metadata-action.git
synced 2024-11-05 03:35:39 +01:00
3479bd5aaa
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
22 lines
349 B
JSON
22 lines
349 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|