mirror of
https://github.com/docker/metadata-action.git
synced 2026-03-04 15:58:19 +00:00
18 lines
374 B
JSON
18 lines
374 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"esModuleInterop": true,
|
|
"newLine": "lf",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitAny": false,
|
|
"resolveJsonModule": true,
|
|
"useUnknownInCatchVariables": false,
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|