From 983db3792a33afa622f48176d3865af6cacbc395 Mon Sep 17 00:00:00 2001 From: Will G Date: Tue, 16 Jan 2024 22:31:07 -0500 Subject: [PATCH] Update package.json Update package.json to remove "There are types at './dist/main.d.ts', but this result could not be resolved when respecting package.json "exports". The 'my-library-vue-ts' library may need to update its package.json or typings." --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6c38565..c006088 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "module": "./dist/my-library-vue-ts.es.js", "exports": { ".": { + "types": "./dist/main.d.ts", "import": "./dist/my-library-vue-ts.es.js", "require": "./dist/my-library-vue-ts.umd.js" },