Skip to content

Commit

Permalink
feat: enable esmResolve when loading build.config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 19, 2022
1 parent 1888978 commit e20dd91
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 e20dd91

Please sign in to comment.