1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-06-02 19:26:09 +08:00
angular-cli/tsconfig-test.json
2019-03-25 13:00:20 -07:00

16 lines
414 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"inlineSourceMap": true,
"sourceRoot": ".",
// Inline sources are necessary for our tests to show the proper sources, since we are using
// Istanbul (not Constantinople) as well, and applying both source maps to get the original
// source in devtools.
"inlineSources": true,
"types": [
"node",
"jasmine"
]
},
}