From af5ec937fe95d558956b51c612cfc7b0d73a567a Mon Sep 17 00:00:00 2001 From: Sundar Date: Thu, 1 Apr 2021 10:36:16 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e91075e..4538a59 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "main": "lib/run.js", "scripts": { - "build": "tsc", + "build": "tsc --outDir ./lib --rootDir ./src", "test": "jest", "test-coverage": "jest --coverage" },