Skip to content

Commit

Permalink
feat: enable esmResolve when loading build.config (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 20, 2022
1 parent 1888978 commit c856812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder/untyped.ts
Expand Up @@ -14,6 +14,7 @@ export async function typesBuild (ctx: BuildContext) {
for (const entry of entries) {
const options = {
jiti: {
esmResolve: true,
interopDefault: true,
transformOptions: {
babel: {
Expand Down

0 comments on commit c856812

Please sign in to comment.