Skip to content

Commit

Permalink
chore: test reseale
Browse files Browse the repository at this point in the history
  • Loading branch information
binjospookie committed Dec 29, 2023
1 parent ca3a395 commit 532e9a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ module.exports = {

### Arguments

#### entry

_String_ Path to the package index file. relative to the package directory. Default: `'lol'`

#### extensions

_Array<string>_ List of file extensions to be considered during the search. Default: `[ts,tsx]`

- `entry (String)` — path to the package index file. relative to the package directory.
- `extensions (Array<string>)` — list of file extensions to be considered during the search.
- `exclude (Array<string>)` — list of directories that will be excluded when searching for imports.
Expand Down

0 comments on commit 532e9a5

Please sign in to comment.