diff --git a/package.json b/package.json index 695251f..11e3d44 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "tsx watch src/index.ts", - "build": "tsc -p tsconfig.build.json", + "build": "tsc -p tsconfig.json", "start": "node dist/index.js" }, "repository": {