mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 07:59:12 -05:00
Fix typescript binary building (#3858)
* enable esModuleInterop and fix typescript errors * set typescript as root dep, use bin-up for tsc * fix network package deps, add typescript build process * add packages/server build process for typescript * fix launcher exports * formatting * build the binary in this branch * server: import in a stubbable way * launcher: import stuff so it can be stubbed * network: make stuff stubbable * clean up imports * network: let evil dns override dns.lookup Co-authored-by: Zach Bloomquist <github@chary.us>
This commit is contained in:
@@ -166,7 +166,7 @@ buildCypressApp = (platform, version, options = {}) ->
|
||||
## remove the .ts files in our packages
|
||||
log("#removeTypeScript")
|
||||
del([
|
||||
## include coffee files of packages
|
||||
## include ts files of packages
|
||||
distDir("**", "*.ts")
|
||||
|
||||
## except those in node_modules
|
||||
|
||||
Reference in New Issue
Block a user