Browse Source

[ts] Include source content in sourcemaps of es6 module dist files.

Mario Zechner 4 năm trước cách đây
mục cha
commit
579cae1c8d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      spine-ts/tsconfig.base.json

+ 1 - 0
spine-ts/tsconfig.base.json

@@ -4,6 +4,7 @@
 		"noImplicitAny": true,
 		"preserveConstEnums": true,
 		"sourceMap": true,
+		"inlineSources": true,
 		"esModuleInterop": true,
 		"lib": [
 			"DOM",