package.json: Export src/index.ts

This commit is contained in:
Tony Narlock 2024-03-16 06:14:15 -05:00
parent 0a763ad2b3
commit 482f7b34c4

View File

@ -11,7 +11,7 @@
"ckeditor5-math",
"katex"
],
"main": "src/index.js",
"main": "src/index.ts",
"dependencies": {
"ckeditor5": "41.2.0"
},