Is there a js api in tsup? For example something like: ```js import {build} from 'tsup' build({ index: '...', config: { ... } }) ```