Skip to content

Commit c444787

Browse files
authoredNov 6, 2021
fix: configure source maps (#907)
Got missed from #902
1 parent 7a4089c commit c444787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/config/tsconfig.aegir.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"composite": true,
1717
"isolatedModules": true,
1818
"removeComments": false,
19+
"sourceMap": true,
1920
// module resolution
2021
"esModuleInterop": true,
2122
"moduleResolution": "node",

0 commit comments

Comments
 (0)
Please sign in to comment.