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

Signed-off-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Jack Westbrook 2024-10-28 17:05:10 +01:00 committed by GitHub
parent 685d6d169f
commit 7cda23ba32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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