From 5bed8c6a2b645e172973d55d6ac2ceb637972291 Mon Sep 17 00:00:00 2001 From: Philipp Fritsche Date: Tue, 9 Aug 2022 17:21:06 +0200 Subject: [PATCH] fix(build): add `types` field in `exports` (#1029) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4054376e..fc03f38b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "validate": "kcd-scripts typecheck" }, "devDependencies": { - "@ph.fritsche/scripts-config": "^2.3.1", + "@ph.fritsche/scripts-config": "^2.4.0", "@testing-library/dom": "^8.11.4", "@testing-library/jest-dom": "^5.16.3", "@testing-library/react": "^13.0.0",