There is a third parameter for options in cpSync(source,destination, options?), which does have a recursive property. Set it to true and you should get a copy of your source directory including all files at target.
cpSync(source,destination, options?)
recursive
true