Skip to content

Commit

Permalink
feat: support index.json which apparently works
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Jan 19, 2025
1 parent b891d5e commit 022abc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class LookupContext {
extPath.resolve('index.js'),
extPath.resolve('index.mjs'),
extPath.resolve('index.cjs'),
extPath.resolve('index.json'), // Yes, this works.
]
}

Expand Down

0 comments on commit 022abc7

Please sign in to comment.