diff --git a/tsconfig-base.json b/tsconfig-base.json index f2c618e..efe88aa 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -4,6 +4,7 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": true, + "inlineSources": true, "declarationMap": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true,