From bca6abb4328414b5a7a87b9b57481e161d800dcf Mon Sep 17 00:00:00 2001 From: MayaGillilanContentful <101652314+MayaGillilanContentful@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:41:42 +0200 Subject: [PATCH] fix: add inline sources to packages (#357) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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,