diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 6dea50dad..ff55b53c4 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -5,7 +5,8 @@ "directories": { "test": "test" }, - "types": "build/types/index.d.ts", + "main": "dist/types/index.ts", + "types": "build/types/index.ts", "files": [ "dist/**/*", "build/contracts/**/*",