Explorar el Código

Add sources to source maps via TS configuration option

Fixes #2652
alvov hace 9 meses
padre
commit
54ecc39017
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"],