fix: remove types entry from exports in package.json
Some checks failed
Publish to npm / publish (push) Has been cancelled

This commit is contained in:
Astrian Zheng 2025-02-20 11:15:22 +11:00
parent f45f4b6311
commit 3fb6debe41
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -33,7 +33,6 @@
"exports": {
"import": "./dist/datenel.es.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
"default": "./dist/datenel.es.js"
},
"main": "dist/index.cjs.js",