Skip to content

Commit d11f65c

Browse files
authored
fix(generator): enable esModuleInterop in TypeScript compiler options (#41)
1 parent 94dc78e commit d11f65c

File tree

1 file changed

+1
-0
lines changed
  • packages/gene-tools/src/generators/components-library-generator

1 file changed

+1
-0
lines changed

packages/gene-tools/src/generators/components-library-generator/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default async function (
7373
compilerOptions: {
7474
...currentTsconfig.compilerOptions,
7575
isolatedModules: true,
76+
esModuleInterop: true
7677
},
7778
};
7879
});

0 commit comments

Comments
 (0)