From a61f5ec92a9382b0c25fae9a344da0d7eb21b702 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 12 Aug 2023 20:13:29 +0530 Subject: refactor: moves stuff around --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 8e6bafd..6702f72 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "skipLibCheck": true, "outDir": "dist", "incremental": true, - "noEmit": true, + "noEmit": false, + "declaration": true, "esModuleInterop": true, "moduleResolution": "bundler", -- cgit v1.3.1