fix: update types path in package.json to point to the correct location
All checks were successful
Publish to npm / publish (push) Successful in 25s

This commit is contained in:
Astrian Zheng 2025-02-20 15:19:24 +11:00
parent 70bb0b14af
commit 2c48ddbdb2
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -32,7 +32,7 @@
"vite-plugin-dts": "^4.5.0"
},
"exports": {
"types": "./dist/index.d.ts",
"types": "./dist/src/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"default": "./dist/index.es.js"