Schema Schema can be found at: http://json.schemastore.org/tsconfig
Decorator Evaluation There is a well defined order to how decorators applied to various declarations inside of a class are applied:
Symbol.hasInstance A method that determines if a constructor object recognizes an object as one of the constructor’s instances
Install our dependencies First ensure TypeScript, Typings, and webpack are installed globally.
const declarations const declarations are another way of declaring variables.
Consuming Dependencies There are several kinds of dependencies you might have.
Modular Libraries Some libraries only work in a module loader environment. For example, because express only works in Node.js and
Generics Because TypeScript is a structural type system, type parameters only affect the resulting type when consumed as part of the type of
Publicize your declaration file After publishing your declaration file with your package, make sure to add a reference to it in the
Re-exports Often modules extend other modules, and partially expose some of their features. A re-export does not import it locally, or introduce
Page 1 of 29