Closed
Description
openedon Apr 26, 2018
We don't have to give a good type, but there should not be an error.
Search terms: import require json
const version = require('./package.json').version
Expected behavior:
No error and maybe even version: string
Actual behavior:
Error and version: any
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment