diff --git a/spine-ts/tsconfig.base.json b/spine-ts/tsconfig.base.json index a6bec50ef..c95f4ac87 100644 --- a/spine-ts/tsconfig.base.json +++ b/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"],