Skip to content

Commit

Permalink
feat(nuxi): enforce consistent casing in filenames (#19088)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 1, 2023
1 parent f303ed6 commit dccb733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxi/src/utils/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const writeTypes = async (nuxt: Nuxt) => {

const tsConfig: TSConfig = defu(nuxt.options.typescript?.tsConfig, {
compilerOptions: {
forceConsistentCasingInFileNames: true,
jsx: 'preserve',
target: 'ESNext',
module: 'ESNext',
Expand Down

0 comments on commit dccb733

Please sign in to comment.