mirror of
https://github.com/docker/metadata-action.git
synced 2024-11-05 11:45:40 +01:00
20 lines
369 B
JSON
20 lines
369 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"lib": [
|
||
|
"es6",
|
||
|
"dom"
|
||
|
],
|
||
|
"newLine": "lf",
|
||
|
"outDir": "./lib",
|
||
|
"rootDir": "./src",
|
||
|
"strict": true,
|
||
|
"noImplicitAny": false,
|
||
|
"esModuleInterop": false,
|
||
|
"resolveJsonModule": true,
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"exclude": ["node_modules", "**/*.test.ts"]
|
||
|
}
|