docker-login/tsconfig.json
2023-09-13 21:34:23 +08:00

9 lines
129 B
JSON
Executable File

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
},
"exclude": [
"node_modules"
]
}