Closed ykoehler closed 8 years ago
As mentioned already at #10, the release of version 1.x of the TypeScript Definition Manager, right after the book launch, introduced a handful of relevant breaking changes :
browser.d.ts
is removed, so now all definition typings are accessible from one single entry point:index.d.ts
. This removes the need to excludetypings/main
andtypings/main.d.ts
fromtsconfig.json
anymore.
Although this does not break the current code implementation, the GitHub repository will reflect this new update in a few days.
Thanks for contributing.
After installing es6-shim the typings folder contains:
There is no main.d.ts anymore.