mirror of
https://github.com/docker/login-action.git
synced 2024-11-06 00:45:48 -05:00
4b59a429db
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
14 lines
295 B
JSON
14 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"newLine": "lf",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": ["node_modules", "**/*.test.ts"]
|
|
}
|