From bbba601d9c69f8e5e0cfd7422dbf3e1e71b726e6 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 22 Mar 2023 11:48:49 -0700 Subject: [PATCH] add inlineSources --- tsconfig-base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig-base.json b/tsconfig-base.json index 89d37168..5af9f89c 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, "moduleResolution": "node",