We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
and enable new options in tsconfig (especially: resolveJsonModule)
resolveJsonModule
The text was updated successfully, but these errors were encountered:
Using typescript-starter 2.3.8 , the generated project has already "typescript": "^2.9.1" in package.json.
typescript-starter 2.3.8
"typescript": "^2.9.1"
package.json
However I wonder why doesn't it just use the latest TypeScript stable version? (currently 3.0.1).
3.0.1
Sorry, something went wrong.
9de8b66
Successfully merging a pull request may close this issue.
and enable new options in tsconfig (especially:
resolveJsonModule
)The text was updated successfully, but these errors were encountered: