From 8190e254e14e036cdbb3bb11398bbbe2403086dd Mon Sep 17 00:00:00 2001 From: Maui <102857929+maui-r@users.noreply.github.com> Date: Sat, 30 Apr 2022 11:13:08 +0200 Subject: [PATCH] Fix failed to parse source map error (#42) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 50d0f94..d726916 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "declaration": true, "inlineSourceMap": true, + "inlineSources": true, "module": "CommonJS", "outDir": "dist", "strict": true,