diff --git a/package.json b/package.json index e8d4488..fe6c0ad 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "tsx watch src/index.ts", - "build": "tsc", + "build": "tsc --project .", "start": "node dist/index.js", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit",