mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-04 22:22:39 -04:00
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:
parent
70750acd57
commit
fb933aea1d
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