From 4811647761ef3d468e5a7762db51e005f28ebd60 Mon Sep 17 00:00:00 2001 From: David Goss Date: Sun, 7 Mar 2021 18:58:44 +0000 Subject: [PATCH] build: inline sources in source maps (#1607) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e4a446438..fdb94c5fc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitThis": true, "resolveJsonModule": true, "sourceMap": true, + "inlineSources": true, "target": "es2017", "typeRoots": [ "./node_modules/@types",