We don't have to give a good type, but there should not be an error. Search terms: import require json ```js const version = require('./package.json').version ``` **Expected behavior:** No error and maybe even `version: string` **Actual behavior:** Error and `version: any`.