diff --git a/tsconfig.json b/tsconfig.json index fe4d919d7e7..c8fe9d0dc88 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "preserveConstEnums": true, "skipLibCheck": true, "sourceMap": true, + "inlineSources": true, "declaration": true, "experimentalDecorators": true, "downlevelIteration": true,