From c804e49c1a3561e5c7cf18e6db2e5b3a908387a7 Mon Sep 17 00:00:00 2001 From: Harry Hogg Date: Sun, 22 Sep 2024 22:34:39 +0100 Subject: [PATCH] fix(publishing): Fixed type definiton file not being generated --- workspaces/package/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workspaces/package/tsconfig.json b/workspaces/package/tsconfig.json index e4e44d56..be011637 100644 --- a/workspaces/package/tsconfig.json +++ b/workspaces/package/tsconfig.json @@ -14,8 +14,7 @@ "moduleResolution": "Node", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "react-jsx", - "noEmit": true, + "jsx": "react-jsx" }, "include": ["./src"] }