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" },