Skip to content

Commit

Permalink
fix tsconfig generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matchlighter committed Feb 21, 2024
1 parent f12ea0d commit 38e0918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/generate_tsconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const tsconfigMerger = merger<TsConfigJson>({
})

export async function saveGeneratedTsconfig(hv: Hypervisor) {
const typedaemon_dir = TD_DEVELOPER_MODE ? path.relative(hv.operations_directory, TYPEDAEMON_PATH) : "./node_modules/typedaemon";
const typedaemon_dir = TD_DEVELOPER_MODE ? path.relative(hv.operations_directory, TYPEDAEMON_PATH) : "./node_modules/typedaemon/dist";
const cfg = hv.currentConfig as Configuration;

const paths = {}
Expand Down

0 comments on commit 38e0918

Please sign in to comment.