From b0e3001b16f5b5448ec090e81b6dc3d8589161c9 Mon Sep 17 00:00:00 2001 From: zengguirong <18520788695@163.com> Date: Mon, 8 Nov 2021 19:04:29 +0800 Subject: [PATCH] Fix source map generation (#396) --- tsconfig.dist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.dist.json b/tsconfig.dist.json index af6f76e3..57309e5c 100644 --- a/tsconfig.dist.json +++ b/tsconfig.dist.json @@ -2,6 +2,7 @@ "extends": "./tsconfig", "compilerOptions": { "sourceMap": true, + "inlineSources": true, "rootDir": "./source", "outDir": "./distribution" },