浏览代码

Add sources to source maps via TS configuration option

Fixes #2652
alvov 11 月之前
父节点
当前提交
54ecc39017
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      spine-ts/tsconfig.base.json

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

@@ -4,6 +4,7 @@
     "module": "ESNext",
     "noImplicitAny": true,
     "preserveConstEnums": true,
+    "inlineSources": true,
     "inlineSourceMap": true,
     "esModuleInterop": true,
     "lib": ["DOM", "ES2015", "ScriptHost"],