diff --git a/spine-ts/tsconfig.base.json b/spine-ts/tsconfig.base.json index 942041923..589028c84 100644 --- a/spine-ts/tsconfig.base.json +++ b/spine-ts/tsconfig.base.json @@ -4,6 +4,7 @@ "noImplicitAny": true, "preserveConstEnums": true, "sourceMap": true, + "inlineSources": true, "esModuleInterop": true, "lib": [ "DOM",