chore(client/dx): get ckeditor imports to actually work

This commit is contained in:
Elian Doran 2025-08-31 11:57:59 +03:00
parent a2c49711bc
commit 5a29c831a1
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./src/index.ts"
},
"./*": "./dist/*",
"./browser/*": null,

View File

@ -18,7 +18,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./src/index.ts"
},
"./*": "./dist/*",
"./browser/*": null,

View File

@ -18,7 +18,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./src/index.ts"
},
"./*": "./dist/*",
"./browser/*": null,

View File

@ -19,7 +19,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./src/index.ts"
},
"./*": "./dist/*",
"./browser/*": null,

View File

@ -18,7 +18,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./src/index.ts"
},
"./*": "./dist/*",
"./browser/*": null,