mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
1614ca9c94
* consolidate electron files into one dir * extract open() from electron.ts, add coverage, remove stderr filtering in dev env * fix build after dir mod * ... * make behavior of paths a little more predictable, add tests * changelog * inf loop * changelog * changelog * changelog * decrease expected mocha result count by 1, bc electron package had empty mocha tests * use vi.stubEnv * missed one * reduce exepected mocha result count * fix tsconfig.esm.json
16 lines
251 B
JSON
16 lines
251 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"exclude": [
|
|
"test/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"noEmit": false
|
|
}
|
|
}
|
|
|