Skip to content

Commit

Permalink
fix(lezer-promql): add missing types export in package.json (promethe…
Browse files Browse the repository at this point in the history
…us#15398)

Signed-off-by: Jack Westbrook <[email protected]>
  • Loading branch information
jackw authored Nov 19, 2024
1 parent 70750ac commit fb933ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/ui/module/lezer-promql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit fb933ae

Please sign in to comment.