Skip to content

Commit

Permalink
refactor: use resolve
Browse files Browse the repository at this point in the history
Co-authored-by: pooya parsa <pyapar@gmail.com>
  • Loading branch information
danielroe and pi0 authored Mar 6, 2023
1 parent 9391f2c commit 9276667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export async function writeTypes(nitro: Nitro) {
],
};
await writeFile(
join(nitro.options.buildDir, nitro.options.typescript.tsconfigPath),
resolve(nitro.options.buildDir, nitro.options.typescript.tsconfigPath),
JSON.stringify(tsConfig, null, 2)
);
}
Expand Down

0 comments on commit 9276667

Please sign in to comment.