vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
482 stars 26 forks source link

Enable `esModuleInterop` option for TypeScript config #33

Closed TooTallNate closed 5 years ago

TooTallNate commented 5 years ago

Also updates config dir logic to use xdg-app-paths module instead of cache-or-tmp-directory module, for consistency with the now repo.

styfle commented 5 years ago

@TooTallNate Perhaps we should move fun into the now monorepo?

TooTallNate commented 5 years ago

I don't think it's necessary, because it's a separate, standalone utility (similar reason ncc / node-file-trace probably should not be moved to the monorepo IMO).