Skip to content

Commit

Permalink
Fix folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Mar 13, 2023
1 parent 1cb50e1 commit f5f3543
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/medusa-plugin-meilisearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "medusa-plugin-meilisearch",
"version": "1.0.4",
"description": "Meilisearch search plugin for Medusa",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
Expand Down
1 change: 1 addition & 0 deletions packages/medusa-plugin-meilisearch/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./types";
4 changes: 2 additions & 2 deletions packages/medusa-plugin-meilisearch/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"skipLibCheck": true,
"downlevelIteration": true // to use ES5 specific tooling
},
"include": ["src"],
"include": ["./src/**/*", "index.d.ts"],
"exclude": [
"dist",
"dist/**/*",
"src/**/__tests__",
"src/**/__mocks__",
"src/**/__fixtures__",
Expand Down

0 comments on commit f5f3543

Please sign in to comment.