mirror of
https://github.com/angular/angular-cli.git
synced 2025-06-02 19:26:09 +08:00
16 lines
414 B
JSON
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"
|
|
]
|
|
},
|
|
}
|