Skip to content

Commit 52120fd

Browse files
committed
enabled-sourcemap
1 parent b1bab59 commit 52120fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"sourceMap": false
4+
"sourceMap": true
55
},
66
"exclude": ["node_modules", "test", "**/*spec.ts"]
77
}

0 commit comments

Comments
 (0)