Skip to content

Commit d0f534d

Browse files
committed
output sourceMap on base tsconfig
1 parent 40af06b commit d0f534d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/tsconfig/base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"display": "Default",
44
"compilerOptions": {
5+
"sourceMap": true,
56
"composite": false,
67
"declaration": true,
78
"declarationMap": true,

0 commit comments

Comments
 (0)