From c8ce39a2924f82f0101ce419619d59887ebfb808 Mon Sep 17 00:00:00 2001 From: wang1212 Date: Tue, 3 Sep 2024 20:02:50 +0800 Subject: [PATCH] fix: `sourcemap.sources` path wrong --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index 68a576e86..6351b4726 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -8,6 +8,7 @@ "experimentalDecorators": true, "declaration": true, "sourceMap": true, + "sourceRoot": ".", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "isolatedModules": true,