79797836

Date: 2025-10-23 13:12:26
Score: 1
Natty:
Report link

Try either

import * as config from '../config.json';

or if you want to do as you wrote, then add this under compilerOptions in your tsconfig.json

"resolveJsonModule": true,
"esModuleInterop": true,
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BjarkeHou