+1 If I turn on `resolveJsonModule` and put a `MatchmakingConfig.ts` and a `MatchmakingConfig.json` in the same path, a nasty unexpected behavior awaits: ``` // this results in MatchmakingConfig.json being imported, not MatchmakingConfig.ts! import MatchmakingConfig from "./path/to/MatchmakingConfig"; ``` Allowing `.ts` suffix will let us specify `.ts` files specifically. _Originally posted by @tonygiang in https://github.com/microsoft/TypeScript/issues/37582#issuecomment-846950192_ ## Solution Priority needs to get changed anyway .ts needs to get resolved with a higher priority then .json