Files
cypress/system-tests/projects/webpack-preprocessor-ts-loader/tsconfig.json
Jessica Sachs a045e4f59a chore: move server e2e tests to system-tests (#16354)
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>
2021-10-18 19:53:14 +00:00

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,
}
}