fix(lezer-promql): add missing types export in package.json (#15397)

Signed-off-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Jack Westbrook 2024-11-19 10:58:01 +01:00 committed by GitHub
parent 1491d29fb1
commit c18864fc0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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