Skip to content

Commit

Permalink
fix: default strict to false
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 15, 2023
1 parent 0f35787 commit d9b86fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const NitroDefaults: NitroConfig = {

// Advanced
typescript: {
strict: false,
generateTsConfig: true,
tsconfigPath: "types/tsconfig.json",
internalPaths: false,
Expand Down

0 comments on commit d9b86fb

Please sign in to comment.