taoz1
taoz1
You can use `extends` in `tsconfig.json` in your tests directory to resolve it, like this: - /tests/tsconfig.json: ``` json { "extends": "../tsconfig.json" } ```
I resolved this with another library.... But something go wrong when connect to FTP server with that library.
@Besatnias jsftp. But this library is not good at handling error.you cannot detail information about error sometimes.
@JourdanClark You can test it again with this library `jsftp`[https://github.com/sergi/jsftp](url). Hope it can help you.