From 2a6a26f7ad2947abedd6ab9713910b5ca11f0a1e Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 29 Aug 2020 17:30:51 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=82=20dist=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d1b3193..a26a563 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "target": "es2017", "module": "commonjs", "lib": ["es2015", "dom"], - "outDir": "./dist", + "outDir": "dist", "typeRoots": ["node_modules/@types"], "strict": true, "noUnusedLocals": true,