From 579cae1c8d073d1d9f788eb04d5d08cfba09aab5 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 14 Sep 2021 02:12:26 +0200 Subject: [PATCH] [ts] Include source content in sourcemaps of es6 module dist files. --- spine-ts/tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) 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",