diff --git a/tsconfig.base.json b/tsconfig.base.json index 993c1118..147397c7 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -10,6 +10,8 @@ "declaration": true, "declarationMap": true, "sourceMap": true, + "inlineSources": true, + "inlineSourceMap": false, "moduleResolution": "bundler", "resolveJsonModule": true, "types": ["node"]