From 0ff1801e0a07e5ad6da4e12d72689e83497040aa Mon Sep 17 00:00:00 2001 From: BackRunner Date: Wed, 15 Nov 2023 23:45:25 +0800 Subject: [PATCH] fix: (core) wrong type entry location --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6393b63..0ac73a3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "main": "lib/anyui.js", "module": "lib/anyui.js", - "types": "lib/index.d.ts", + "types": "lib/src/index.d.ts", "sideEffects": false, "license": "MIT", "dependencies": {