diff --git a/packages/types/package.json b/packages/types/package.json index d656043..44295b0 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -2,8 +2,8 @@ "name": "@rentaldrivego/types", "version": "1.0.0", "private": true, - "main": "./src/index.ts", - "types": "./src/index.ts", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "type-check": "tsc --noEmit"