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

build: tsconfig for editor warnings #3791

Merged
merged 2 commits into from
Mar 29, 2017

Commits on Mar 26, 2017

  1. build: tsconfig for editor warnings

    Currently when using a code editor that uses the TypeScript language service (Webstorm / VS Code / Atom / Sublime) there will be TypeScript errors in the `.spec` files.
    
    This is because the editor finds the `tsconfig.json` file that doesn't match the spec files. Therefore it complains about the `experimentalDecorators`.
    
    In `angular/angular` there is a global `tsconfig` file that matches everything and is therefore fixing the editor warnings. This file is also used to compile all `.spec` files for the whole project.
    
    We can add such a `tsconfig.json` file as well, and in the future we can use it for compiling the specs as well.
    devversion committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    6be517a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    a825646 View commit details
    Browse the repository at this point in the history