diff --git a/packages/ui/package.json b/packages/ui/package.json index 0aa583fc2..713059098 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -6,7 +6,6 @@ "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "type": "module", "sideEffects": false, "license": "MIT", "files": [ @@ -68,4 +67,4 @@ "tsup": "^7.2.0", "typescript": "4.7.4" } -} \ No newline at end of file +}