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:
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
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
Additional module resolution flags A project source layout sometimes does not match that of the output. Usually a set of build steps result
Module Augmentation Although JavaScript modules do not support merging, you can patch existing objects by importing and then updating them.
Page 1 of 29