From a96c8ffcee0253d873dca480deb4abba92570655 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 22 Mar 2023 11:50:51 -0700 Subject: [PATCH] add inline sources to tsconfig --- tsconfig-base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig-base.json b/tsconfig-base.json index f2c618ea..543fd780 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -5,6 +5,7 @@ "allowSyntheticDefaultImports": true, "declaration": true, "declarationMap": true, + "inlineSources": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true,