Skip to content
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

unknown compiler option 'moduleresolution' #93

Open
atluri64 opened this issue Feb 9, 2016 · 3 comments
Open

unknown compiler option 'moduleresolution' #93

atluri64 opened this issue Feb 9, 2016 · 3 comments

Comments

@atluri64
Copy link

atluri64 commented Feb 9, 2016

I am getting the error unknown compiler option 'moduleresolution' when I added TypeScript support to my project. My project tscconfig.json has modulereslution option set to "node". Is it not supprted by TypEcs plugin?

@p-kudrin
Copy link
Contributor

p-kudrin commented Mar 1, 2016

"Node" mode resolution was introduced in TypeScript 1.6. Unfortunately this plugin supports currently only 1.5 version.

@markoddi01
Copy link

How did you get this working?

@AlexBuitrago
Copy link

Running on the console
npm install -g typescript@^1.5.0-beta
tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants