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

Update tsconfig.json for Typescript 1.6 #78

Merged
merged 1 commit into from
Sep 21, 2015
Merged

Commits on Sep 20, 2015

  1. Update tsconfig.json for Typescript 1.6

    Update the version of the tsconfig.json to match the TypeScript version
    in package.json and fixes the path to lib.dom.d.ts which moved as of TS
    version 1.6
    
    This fixes annoying red squiggly line errors in visual studio code (and potentially
    other editors) relating to module, experimentalDecorators or emitDecoratorMetadata
    not being set.
    jimthedev committed Sep 20, 2015
    Configuration menu
    Copy the full SHA
    36d11d1 View commit details
    Browse the repository at this point in the history