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

typescriptOptions System.config required? #27

Closed
peteruithoven opened this issue Jul 13, 2015 · 2 comments
Closed

typescriptOptions System.config required? #27

peteruithoven opened this issue Jul 13, 2015 · 2 comments

Comments

@peteruithoven
Copy link

When I don't add a typescriptOptions to System.config I get the following error.

System.typescriptOptions is undefined

Adding a empty object (see below) is enough, but couldn't this be made optionally?

System.config({
  'typescriptOptions': {}
});
@frankwallis
Copy link
Owner

Thanks for raising this, it's a bug and I'll put out a fix shortly.

@frankwallis
Copy link
Owner

fixed in 2.0.2

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

2 participants