Skip to content

Commit

Permalink
fix(renderer-vue): Type overrides not exported (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Apr 11, 2024
1 parent 6c01191 commit ec93570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import eslintConfigPrettier from "eslint-config-prettier";

export default tseslint.config(
{
ignores: ["dist", "node_modules"],
ignores: ["packages/*/dist", "node_modules"],
},
eslint.configs.recommended,
...tseslint.configs.recommendedTypeChecked,
Expand Down
2 changes: 2 additions & 0 deletions packages/renderer-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* @module @baklavajs/renderer-vue
*/

export * from "./overrides";

/** @deprecated use `BaklavaEditor` instead */
export { default as EditorComponent } from "./editor/Editor.vue";
export { default as BaklavaEditor } from "./editor/Editor.vue";
Expand Down
File renamed without changes.

0 comments on commit ec93570

Please sign in to comment.