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