diff --git a/package.json b/package.json index 7015233..91f46d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@tempfix/hetzner-openapi", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "dist_ts/index.js", "scripts": { "create": "openapi-typescript https://docs.hetzner.cloud/spec.json --output ts/api.ts && tsc" },