Skip to content

Commit

Permalink
fix: set compilerOptions.noEmit to avoid tsconfig.json warning (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Apr 29, 2024
1 parent e60e114 commit 6b6777e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ declare module 'nitropack' {
compilerOptions: {
forceConsistentCasingInFileNames: true,
strict: nitro.options.typescript.strict,
noEmit: true,
target: "ESNext",
module: "ESNext",
moduleResolution:
Expand Down

0 comments on commit 6b6777e

Please sign in to comment.