From c90c7613a546076258110a7e1e07d708f692afad Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 5 Aug 2024 23:15:33 +0300 Subject: [PATCH] feat: improve performance compilation --- projects/tsconfig/tsconfig.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/tsconfig/tsconfig.json b/projects/tsconfig/tsconfig.json index 4c626571..547e1fd4 100644 --- a/projects/tsconfig/tsconfig.json +++ b/projects/tsconfig/tsconfig.json @@ -74,7 +74,6 @@ "useDefineForClassFields": false, "forceConsistentCasingInFileNames": true, "noImplicitOverride": true, - "isolatedModules": false, "noEmitHelpers": true, "pretty": true, "stripInternal": false, @@ -92,7 +91,10 @@ "strictBindCallApply": true, "strictFunctionTypes": true, "strictPropertyInitialization": true, - "incremental": true + "incremental": true, + "isolatedModules": true, + "sourceMap": false, + "inlineSourceMap": false }, "ts-node": { "files": true,