Skip to content

Commit cf75026

Browse files
committed
cr
1 parent fb9ee28 commit cf75026

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

internal/build/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ import { resolve } from "node:path";
33
import { Options as BuildOptions } from "tsdown";
44
import type { PackageJson } from "type-fest";
55
import { extname } from "node:path";
6-
import { barrelDtsPlugin } from "./plugins/barrel-dts";
6+
import { barrelDtsPlugin } from "./plugins/barrel-dts.js";
77

88
export {
99
type ImportConstantsPluginOptions,
1010
importConstantsPlugin,
11-
} from "./plugins/import-constants";
11+
} from "./plugins/import-constants.js";
1212
export {
1313
type ImportMapPluginOptions,
1414
importMapPlugin,
15-
} from "./plugins/import-map";
15+
} from "./plugins/import-map.js";
1616
export {
1717
type SecretPluginOptions,
1818
lcSecretsPlugin,
19-
} from "./plugins/lc-secrets";
19+
} from "./plugins/lc-secrets.js";
2020
export {
2121
type BarrelDtsPluginOptions,
2222
barrelDtsPlugin,
23-
} from "./plugins/barrel-dts";
23+
} from "./plugins/barrel-dts.js";
2424

2525
/**
2626
* Extracts entry point paths from a package.json exports field.

0 commit comments

Comments
 (0)