From ebe629c2857d386a0bc2c5d60cab18b9f1a425d0 Mon Sep 17 00:00:00 2001 From: zanminkian Date: Fri, 22 Mar 2024 11:33:18 +0000 Subject: [PATCH] Remove `forceConsistentCasingInFileNames` --- bases/create-react-app.json | 1 - bases/next.json | 1 - bases/node-lts.json | 1 - bases/node10.json | 1 - bases/node12.json | 1 - bases/node14.json | 1 - bases/node16.json | 1 - bases/node17.json | 1 - bases/node18.json | 1 - bases/node19.json | 1 - bases/node20.json | 1 - bases/node21.json | 1 - bases/react-native.json | 1 - bases/remix.json | 1 - bases/strictest.json | 3 +-- bases/svelte.json | 3 +-- 16 files changed, 2 insertions(+), 18 deletions(-) diff --git a/bases/create-react-app.json b/bases/create-react-app.json index fb5b166..39ff57e 100644 --- a/bases/create-react-app.json +++ b/bases/create-react-app.json @@ -12,7 +12,6 @@ "allowJs": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, "isolatedModules": true, "jsx": "react-jsx", "noEmit": true, diff --git a/bases/next.json b/bases/next.json index 2baab07..7d70eeb 100644 --- a/bases/next.json +++ b/bases/next.json @@ -8,7 +8,6 @@ "allowJs": true, "skipLibCheck": true, "strict": true, - "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", diff --git a/bases/node-lts.json b/bases/node-lts.json index ed081a4..e6b3601 100644 --- a/bases/node-lts.json +++ b/bases/node-lts.json @@ -13,7 +13,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" } } diff --git a/bases/node10.json b/bases/node10.json index 9cb33be..2d3714f 100644 --- a/bases/node10.json +++ b/bases/node10.json @@ -10,7 +10,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "moduleResolution": "node" } } diff --git a/bases/node12.json b/bases/node12.json index 401f5bf..d05c06f 100644 --- a/bases/node12.json +++ b/bases/node12.json @@ -11,7 +11,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" } } diff --git a/bases/node14.json b/bases/node14.json index 7216556..63ff0cd 100644 --- a/bases/node14.json +++ b/bases/node14.json @@ -11,7 +11,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" } } diff --git a/bases/node16.json b/bases/node16.json index 1696669..9635359 100644 --- a/bases/node16.json +++ b/bases/node16.json @@ -11,7 +11,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" } } diff --git a/bases/node17.json b/bases/node17.json index 5476165..0e92ef3 100644 --- a/bases/node17.json +++ b/bases/node17.json @@ -10,7 +10,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "useDefineForClassFields": true, "moduleResolution": "node16" } diff --git a/bases/node18.json b/bases/node18.json index 9ee45d2..adeea8f 100644 --- a/bases/node18.json +++ b/bases/node18.json @@ -12,7 +12,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" } } diff --git a/bases/node19.json b/bases/node19.json index 05595c6..fb71acf 100644 --- a/bases/node19.json +++ b/bases/node19.json @@ -12,7 +12,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" } } diff --git a/bases/node20.json b/bases/node20.json index 389d708..2d2dc2b 100644 --- a/bases/node20.json +++ b/bases/node20.json @@ -11,7 +11,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" } } diff --git a/bases/node21.json b/bases/node21.json index b36fe28..7ca7269 100644 --- a/bases/node21.json +++ b/bases/node21.json @@ -11,7 +11,6 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" } } diff --git a/bases/react-native.json b/bases/react-native.json index aa915f7..1285fe8 100644 --- a/bases/react-native.json +++ b/bases/react-native.json @@ -29,7 +29,6 @@ "moduleResolution": "node", "resolveJsonModule": true, "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": false, "esModuleInterop": true, "skipLibCheck": true } diff --git a/bases/remix.json b/bases/remix.json index cb150b4..e19439c 100644 --- a/bases/remix.json +++ b/bases/remix.json @@ -14,7 +14,6 @@ "target": "es2019", "strict": true, "allowJs": true, - "forceConsistentCasingInFileNames": true, "baseUrl": ".", "paths": { "~/*": ["./app/*"] diff --git a/bases/strictest.json b/bases/strictest.json index de173c6..f7777dc 100644 --- a/bases/strictest.json +++ b/bases/strictest.json @@ -17,8 +17,7 @@ "checkJs": true, "esModuleInterop": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true + "skipLibCheck": true }, "$schema": "https://json.schemastore.org/tsconfig", "display": "Strictest", diff --git a/bases/svelte.json b/bases/svelte.json index 1a5a75f..47593ed 100644 --- a/bases/svelte.json +++ b/bases/svelte.json @@ -20,7 +20,6 @@ "strict": true, "esModuleInterop": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true + "skipLibCheck": true } }