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
When run npm run tsc I get lots of ES6 shim errors in git bash
The text was updated successfully, but these errors were encountered:
I then installed npm install -g typescript. And got this git bash error: "Unknown compiler option 'moduleResolution' "
Sorry, something went wrong.
There are several problems here:
typings/main
typings/main.d.ts
{ "compilerOptions": { (...) }, "exclude": [ "node_modules", "typings/main", "typings/main.d.ts" ] }
typings.json
{ "ambientDependencies": { "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd" } }
No branches or pull requests
When run npm run tsc I get lots of ES6 shim errors in git bash
The text was updated successfully, but these errors were encountered: