mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-15 13:50:28 -05:00
Co-authored-by: Brian Mann <brian.mann86@gmail.com> Co-authored-by: Zach Bloomquist <git@chary.us> Co-authored-by: Zach Bloomquist <github@chary.us>
11 lines
279 B
JSON
11 lines
279 B
JSON
{
|
|
// act as if we're attempting to disable source maps
|
|
// and enable inline source maps. these properties
|
|
// should be overriden by our typescript monkey patching
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"inlineSourceMap": true,
|
|
"inlineSources": false,
|
|
}
|
|
}
|