diff --git a/tsconfig.json b/tsconfig.json index 5c542b78..e79fe99b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "strict": true, "strictNullChecks": false, "sourceMap": true, + "inlineSources": true, "declaration": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true,