From 35aa15d797f1940882249b9a7dde1c6ab681e9b1 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 22 Mar 2023 11:50:10 -0700 Subject: [PATCH] add map stuff to tsconfig --- tsconfig-base.json | 1 + 1 file changed, 1 insertion(+) 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,