We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fcd9f commit 9e914d2Copy full SHA for 9e914d2
src/faker.ts
@@ -1,5 +1,5 @@
1
import { Faker, faker as _faker } from '@faker-js/faker'
2
-import * as RandExp from 'randexp'
+import RandExp from 'randexp'
3
4
let _seedValue: number | undefined
5
tsconfig.json
@@ -13,6 +13,7 @@
13
"noEmit": true,
14
"declaration": true,
15
"isolatedDeclarations": true,
16
+ "esModuleInterop": true,
17
18
/* Linting */
19
"strict": true,
0 commit comments