From 8572af0d04d0c5112f79f770197bb6422fc507d4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 10 Aug 2023 23:26:58 +0530 Subject: chore: adds esbuild --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 30cb77d..afc8867 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "skipLibCheck": true, "outDir": "dist", "incremental": true, + "noEmit": true, "moduleResolution": "bundler", "resolveJsonModule": true, -- cgit v1.3.1