UNPKG

@ngageoint/mage.sftp.service

Version:

The SFTP service package is a MAGE server plugin that sends observations to and SFTP location on create and update.

15 lines 262 B
{ "include": [ "src/**/*.ts" ], "compilerOptions": { "strict": true, "outDir": "lib", "target": "es2015", "sourceMap": true, "module": "commonjs", "moduleResolution": "node", "esModuleInterop": true, "baseUrl": "." } }