typescript - sinsunsan/archiref_wiki GitHub Wiki
- Explain what is typings definition https://blog.mariusschulz.com/2014/05/19/using-typescripts-type-definition-files-to-get-tooling-support-for-plain-javascript
- The contributed typings to popular javascript libraries https://github.com/DefinitelyTyped/DefinitelyTyped
- a problem to update typings definition with npm http://stackoverflow.com/questions/38533761/how-to-manually-update-a-deprecated-typings-package
- Typings without typings command ? http://stackoverflow.com/questions/39488970/how-to-fix-typings-warn-deprecated-9-9-2016-registrydt-errors
- how to fix the duplicate definition problem http://blog.mgechev.com/2016/03/28/ambient-type-definitions-duplicate-identifier-typescript-fix/