NEW

Summary

Directory Structure

Directory structure:
└── kkbruce-typescript/
    ├── README.md
    ├── book.json
    ├── gulpfile.js
    ├── LICENSE
    ├── lint.js
    ├── package.json
    ├── preface.md
    ├── SUMMARY.md
    ├── .bookignore
    ├── .travis.yml
    ├── doc/
    │   └── handbook/
    │       ├── Advanced Types.md
    │       ├── Architectural-Overview.md
    │       ├── Basic Types.md
    │       ├── Classes.md
    │       ├── coding_guidelines.md
    │       ├── Common Errors.md
    │       ├── Compiler Options in MSBuild.md
    │       ├── Compiler Options.md
    │       ├── Declaration Merging.md
    │       ├── Decorators.md
    │       ├── Enums.md
    │       ├── Functions.md
    │       ├── Generics.md
    │       ├── Integrating with Build Tools.md
    │       ├── Interfaces.md
    │       ├── Iterators and Generators.md
    │       ├── JSX.md
    │       ├── Mixins.md
    │       ├── Modules.md
    │       ├── Namespaces and Modules.md
    │       ├── Namespaces.md
    │       ├── Roadmap.md
    │       ├── Symbols.md
    │       ├── this-in-TypeScript.md
    │       ├── tsconfig.json.md
    │       ├── Type Compatibility.md
    │       ├── Type Inference.md
    │       ├── TypeScript-Editor-Support.md
    │       ├── Typings for NPM Packages.md
    │       ├── Using-TypeScript-With-ASP.NET-5.md
    │       ├── Variable Declarations.md
    │       ├── Writing Definition Files.md
    │       └── quick-start/
    │           └── react-webpack.md
    ├── sample/
    │   └── todos.ts
    └── .github/
        └── CONTRIBUTING.md

Files Content