Actually, `require(PATH_TO_TSCONFIG_JSON)` will break, if `tsconfig.json` has comments. I didn't inserted the comments myself, but `npx tsc --init` did. Not really sure how `tsc` internally read JSON with comments...