diff --git a/packages/server-cloud-communication/package.json b/packages/server-cloud-communication/package.json index c9e212263a8f..9b091bbc464f 100644 --- a/packages/server-cloud-communication/package.json +++ b/packages/server-cloud-communication/package.json @@ -16,7 +16,7 @@ "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "main": "./src/index.ts", - "typings": "./dist/index.d.ts", + "types": "./src/index.ts", "files": [ "/dist" ]