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

Signed-off-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Jack Westbrook 2024-11-19 10:33:22 +01:00 committed by GitHub
parent 70750acd57
commit fb933aea1d
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"
},