diff --git a/tsconfig.json b/tsconfig.json index 749e4b9..914a10e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,8 +13,8 @@ "paths": { "~/*": ["./app/*"] }, - - // Remix takes care of building everything in `remix build`. - "noEmit": true + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "allowJs": true } }