Reads the contents of the directory synchronously and recursively.
Like fs.readdirSync('/path/source', { recursive: true })
.Compatible with lower versions of nodejs.
npm install @lxf2513/readdir-sync-recursive
import readdirSyncRecursive from '@lxf2513/readdir-sync-recursive'
readdirSyncRecursive('/path/source')