mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +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, {
|
const tsConfig: TSConfig = defu(nuxt.options.typescript?.tsConfig, {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
|
forceConsistentCasingInFileNames: true,
|
||||||
jsx: 'preserve',
|
jsx: 'preserve',
|
||||||
target: 'ESNext',
|
target: 'ESNext',
|
||||||
module: 'ESNext',
|
module: 'ESNext',
|
||||||
|
Loading…
Reference in New Issue
Block a user