This repository has been archived by the owner. It is now read-only.
1.0
Changes
- Many breaking changes (see https://github.com/typings/core/releases/tag/v1.0.0)
- Renamed
ambient
toglobal
- Updated
typings/
directory structure (removedbrowser.d.ts
by default, should usetypings/index.d.ts
by default) - Killed
defaultAmbientSource
(no more auto-install of DefinitelyTyped when using--ambient
, explicitly usedt~<package>
) - Replace
!
parser expansion symbol with~
(!
is a reserved bash symbol) - Ability to specify different resolutions and output directories using
resolution
intypings.json
- Renamed
- Using
tslint-config-standard
for linting rules