Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Apr 10, 2024
1 parent f8cd9c5 commit fedf39b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Source/Function/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export default (async (...[File, Option]: Parameters<Interface>) => {

Exec(`tsc -p ${Configuration.tsconfig}`);
Exec(`tsc-alias -f -p ${Configuration.tsconfig}`);
Exec(
`Resolve --verbose -p ${Configuration.tsconfig} --ext js mjs cjs d.ts d.mts d.cts`
);
// Exec(
// `Resolve --verbose -p ${Configuration.tsconfig} --ext js mjs cjs d.ts d.mts d.cts`
// );
}) satisfies Interface as Interface;

import type Interface from "@Interface/Build.js";
Expand Down
1 change: 0 additions & 1 deletion Target/Function/Build.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ export default _default;
import type Interface from "@Interface/Build.js";
export declare const Exec: import("../Interface/Exec.js").default;
export declare const Merge: import("../Interface/Merge.js").default<import("../Interface/Merge.js").Generic>;
export declare const resolve: (...paths: string[]) => string;
export declare const Pipe: string[];
export declare const Current: string;
2 changes: 1 addition & 1 deletion Target/Function/Build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fedf39b

Please sign in to comment.