diff --git a/tsconfig.node.json b/tsconfig.node.json index f6c9ccf..b99236a 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -1,6 +1,7 @@ { "compilerOptions": { "target": "ES2022", + "forceConsistentCasingInFileNames": true, "lib": ["ES2022"], "module": "ESNext", "skipLibCheck": true,