diff --git a/package.json b/package.json index e2640fc..f2b2699 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "5.0.0", "description": "Vite resolver for TypeScript compilerOptions.paths", "type": "module", + "main": "dist/index.js", + "types": "dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/index.js"