Skip to content

Commit

Permalink
fix knip
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Nov 14, 2024
1 parent 72b5f4b commit e67f209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion knip.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const knipConfig = {
"libraries/*": {
// ! suffix files are included in production mode
entry: "src/index.ts!",
project: ["src/**/*.ts!", "!src/**/*.d.ts!"],
project: ["src/**/*.ts!"],
ignore: ["src/lib/globals.d.ts"],
},
"applications/browser-extension": {
entry: [
Expand Down
1 change: 0 additions & 1 deletion libraries/util-debug/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

export * as debugUtils from "./lib/debugUtils";
export * from "./lib/debugUtils";

0 comments on commit e67f209

Please sign in to comment.