Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 16, 2024
1 parent c6d210b commit 34f2674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Function/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +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`
// );
}) satisfies Interface as Interface;

import type Interface from "@Interface/Build.js";
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"prepublishOnly": "node --no-warnings --loader ts-node/esm Source/Class/Build.ts 'Source/**/*.ts'"
},
"dependencies": {
"@playform/resolve": "0.0.1",
"@types/node": "20.12.7",
"commander": "12.0.0",
"deepmerge-ts": "5.1.0",
Expand Down

0 comments on commit 34f2674

Please sign in to comment.