mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
feat(nuxi): enforce consistent casing in filenames (#19088)
This commit is contained in:
parent
f303ed69e9
commit
dccb733f36
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user