**Problem:** Has `[*.js]` indentation rule but no `[*.ts]` — TypeScript files get no indentation settings from `.editorconfig`. **Fix:** Change `[*.js]` to `[*.{js,ts,mjs,mts,cjs,cts}]`.
Problem: Has
[*.js]indentation rule but no[*.ts]— TypeScript files get noindentation settings from
.editorconfig.Fix: Change
[*.js]to[*.{js,ts,mjs,mts,cjs,cts}].