File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,24 @@ import { resolve } from "node:path";
33import { Options as BuildOptions } from "tsdown" ;
44import type { PackageJson } from "type-fest" ;
55import { extname } from "node:path" ;
6- import { barrelDtsPlugin } from "./plugins/barrel-dts" ;
6+ import { barrelDtsPlugin } from "./plugins/barrel-dts.js " ;
77
88export {
99 type ImportConstantsPluginOptions ,
1010 importConstantsPlugin ,
11- } from "./plugins/import-constants" ;
11+ } from "./plugins/import-constants.js " ;
1212export {
1313 type ImportMapPluginOptions ,
1414 importMapPlugin ,
15- } from "./plugins/import-map" ;
15+ } from "./plugins/import-map.js " ;
1616export {
1717 type SecretPluginOptions ,
1818 lcSecretsPlugin ,
19- } from "./plugins/lc-secrets" ;
19+ } from "./plugins/lc-secrets.js " ;
2020export {
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.
You can’t perform that action at this time.
0 commit comments