Files
MultiSshDeployer/tsconfig.json
2023-04-04 13:04:00 +02:00

9 lines
130 B
JSON

{
"compilerOptions": {
"watch": true,
"outFile": "index.js"
},
"include": [
"index.ts"
]
}