From 9e81393d3d5a8f032bca4e602a87c53e7d2cc04a Mon Sep 17 00:00:00 2001 From: Il Harper Date: Sat, 5 Oct 2024 16:07:33 +0800 Subject: [PATCH] chore: enable source map for ts --- tsconfig.base.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index 531ab07..0d248cb 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -5,6 +5,8 @@ "module": "CommonJS", "emitDeclarationOnly": true, "declaration": true, + "sourceMap": true, + "declarationMap": true, "composite": true, "incremental": true, "skipLibCheck": true,