Browse Source

Merge branch '4.2' into gdextension

Mario Zechner 11 months ago
parent
commit
5b15994403
1 changed files with 1 additions and 0 deletions
  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"],