basarat/typescript-collections

Cannot find name 'collections'

MickL opened this issue · 2 comments

MickL commented

This project looks awesome! Unfortionally i couldn't get it to work.

I placed it in a directory 'vendor' and referenced it like described:
/// <reference path="vendor/typescript-collections/collections.ts" />

Which gives me the error: Cannot find name 'collections'. Also i tried to compile the demo (demo/CollectionsDemo/app.ts) which gives me the same error.

Please try again with version 1.1.0. Install it using npm and reference node_modules/typescript-collections/dist/umd.min.js

Reopen if you still have the issue.