mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 14:00:22 -05:00
cf73b8a1d9
* chore: refactor network into two packages, network and network-tools. network-tools is expected to be used in simple environments, where network is intended to be used in the node context. additionally, makes these packages bundable and removes the ts-node entrypoint to make ESM possible. * chore: sync cloud validations after building packages as the network libs are needed * chore: fix cloud specs * remove building packages for requiring build step for creating publish artifacts * update ts-ignores with reasoning and fix cookie bug (though it shouldn't do this by reference * bump cache * update pull-request job as well
10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./lib",
|
|
"outDir": "./cjs",
|
|
"target": "ES2022",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node"
|
|
}
|
|
} |