diff options
| author | Shinigami <[email protected]> | 2025-07-04 19:32:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-04 17:32:41 +0000 |
| commit | 160960b79719e1298668a7ebba390b30b8de1080 (patch) | |
| tree | 5d5b215b045e48a7c7747d161931cf7ac7596e9d /tsup.config.ts | |
| parent | 4e422f72fa6065db906a01836a4e76540f0f9a18 (diff) | |
| download | faker-160960b79719e1298668a7ebba390b30b8de1080.tar.xz faker-160960b79719e1298668a7ebba390b30b8de1080.zip | |
feat!: esm only (#3540)
Diffstat (limited to 'tsup.config.ts')
| -rw-r--r-- | tsup.config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsup.config.ts b/tsup.config.ts index 214eb718..bf4c259f 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -8,8 +8,8 @@ export default defineConfig({ ], outDir: 'dist', clean: true, - format: ['esm', 'cjs'], - target: ['es2022', 'node18'], + format: 'esm', + target: ['es2023', 'node20.11'], dts: true, minify: true, sourcemap: false, |
