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

Signed-off-by: Jack Westbrook <jack.westbrook@gmail.com>
pull/15233/head
Jack Westbrook 4 weeks ago committed by GitHub
parent 685d6d169f
commit 7cda23ba32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"
},

Loading…
Cancel
Save