fix(package): Fix duplicate node export in package.json

This commit is contained in:
2024-12-02 16:05:44 +01:00
parent 3e50547d91
commit de02e015e8
4 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"typings": "dist_ts_web/index.d.ts",
"exports": {
".": "./dist_ts/index.js",
"./node": "./dist_ts/index.js",
"./web": "./dist_ts_web/index.js",
"./shared": "./dist_ts_shared/index.js",
"./interfaces": "./dist_ts_shared/interfaces/index.js"