diff --git a/package.json b/package.json index 66c67cf63b102d4cde36c6a99a87da339969d74a..22cc85133efe6393436491796aa9e939f6c1eb6c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "scripts": { "start": "nodemon app.ts", - "build": "tsc --build", + "build": "tsc --project ./", "clean": "tsc --build --clean", "test": "" },