Skip to content

Commit c296243

Browse files
jkurihansl
authored andcommitted
chore: add inline sources in source maps
1 parent 12ee1ef commit c296243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/ng2/blueprints/ng2/files/src/client/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"outDir": "../dist/",
1313
"rootDir": ".",
1414
"sourceMap": true,
15-
"sourceRoot": "/",
16-
"target": "es5"
15+
"target": "es5",
16+
"inlineSources": true
1717
},
1818

1919
"files": [

0 commit comments

Comments
 (0)