Skip to content

Commit 2122dd8

Browse files
committed
fix(@schematics/angular): remove inlineSources from library tsconfig template.
This is redundant as sourcemaps are enabled internally in ng-packagr. Closes #31665
1 parent 98c207b commit 2122dd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/schematics/angular/library/files/tsconfig.lib.json.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/lib",
77
"declaration": true,
88
"declarationMap": true,
9-
"inlineSources": true,
109
"types": []
1110
},
1211
"include": [

0 commit comments

Comments
 (0)