-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import json directly instead of grunt.file.readJSON
#1491
Comments
3 tasks
Or we can just use the |
zepumph
changed the title
Import json directly instead of
Import json directly instead of Oct 23, 2024
grunt.file.json
grunt.file.readJSON
There are 30 usages or so of |
samreid
added a commit
that referenced
this issue
Nov 8, 2024
samreid
added a commit
that referenced
this issue
Nov 8, 2024
samreid
added a commit
that referenced
this issue
Nov 8, 2024
samreid
added a commit
to phetsims/perennial
that referenced
this issue
Nov 8, 2024
Fixed, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #1436, let's do something like this instead:
Following steps in here: https://stackoverflow.com/questions/48911030/import-json-in-typescript
Looks like we just need to add "resolveJsonModule": true to support it. Let's do that in tsconfig-node for now, since we don't have
esModuleInterop
turned on in sim code at the moment.The text was updated successfully, but these errors were encountered: