mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-23 15:20:11 -04:00
fix(lezer-promql): fix missing types export in package.json (#15161)
Signed-off-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
parent
685d6d169f
commit
7cda23ba32
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue