From 2b5421bac9885361c03f2313861694d17b719080 Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 22 Sep 2022 11:03:00 +0200 Subject: [PATCH] build: remove source-map --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8d1e1c29..c26fead4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,8 @@ { "compilerOptions": { "baseUrl": ".", - "sourceMap": true, "declaration": true, - "declarationMap": true, - "noEmitOnError": true, + "pretty": true, "skipLibCheck": true, "removeComments": true, "esModuleInterop": true,